{
  "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": 9926,
      "downloadFiles": [
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Monodelphis",
            "speciesName": "domestica",
            "genomeVersion": "ASM229v1",
            "speciesFullNameWithoutSpace": "Monodelphis_domestica",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 13615,
            "genomeSpeciesId": 13616,
            "preferredDisplayOrder": 32,
            "name": "opossum",
            "id": 13616
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
          "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
          "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Monodelphis",
            "speciesName": "domestica",
            "genomeVersion": "ASM229v1",
            "speciesFullNameWithoutSpace": "Monodelphis_domestica",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 13615,
            "genomeSpeciesId": 13616,
            "preferredDisplayOrder": 32,
            "name": "opossum",
            "id": 13616
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
          "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
        "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
        "baseUrl": "https://www.ebi.ac.uk/ena",
        "releaseVersion": "",
        "toDisplay": true,
        "category": "SC_RNA_SEQ",
        "displayOrder": 255,
        "name": "ENA",
        "description": "Single-cell RNA-Seq data source for various species",
        "id": 103
      },
      "xRef": {
        "xRefId": "ERP132579",
        "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
        "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
        "source": {
          "name": "ENA",
          "description": "Single-cell RNA-Seq data source for various species",
          "baseUrl": "https://www.ebi.ac.uk/ena"
        }
      },
      "assayCount": 0,
      "dOI": "10.1038/s41586-022-05547-7",
      "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
      "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
      "id": "ERP132579"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 301536670,
            "mappedReadsCount": 108621329,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700414"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000017",
              "name": "spermatocyte"
            },
            "cellTypeAuthorAnnotation": "Spermatocytes",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "adult",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.126085,
          "sdRefIntergenicDistribution": 2.882023,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 713944,
          "distinctRankCount": 4061,
          "maxRank": 17731.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 301536670,
            "mappedReadsCount": 108621329,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700414"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:4030036",
              "name": "early spermatid"
            },
            "cellTypeAuthorAnnotation": "Round_spermatids",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "adult",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.962506,
          "sdRefIntergenicDistribution": 2.788241,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 475520,
          "distinctRankCount": 3501,
          "maxRank": 17236.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 301536670,
            "mappedReadsCount": 108621329,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700414"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:4030037",
              "name": "late spermatid"
            },
            "cellTypeAuthorAnnotation": "Elongated_spermatids",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "adult",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.055361,
          "sdRefIntergenicDistribution": 2.155449,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 80536,
          "distinctRankCount": 1571,
          "maxRank": 14762.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 301536670,
            "mappedReadsCount": 108621329,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700414"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "Other_somatic",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "adult",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.329479,
          "sdRefIntergenicDistribution": 2.542584,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 804671,
          "distinctRankCount": 3674,
          "maxRank": 18170.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 301536670,
            "mappedReadsCount": 108621329,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700414"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000216",
              "name": "Sertoli cell"
            },
            "cellTypeAuthorAnnotation": "Sertoli",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "adult",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.193730,
          "sdRefIntergenicDistribution": 2.508353,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 589778,
          "distinctRankCount": 4183,
          "maxRank": 17713.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 301536670,
            "mappedReadsCount": 108621329,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700414"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000020",
              "name": "spermatogonium"
            },
            "cellTypeAuthorAnnotation": "Spermatogonia",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "adult",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.860150,
          "sdRefIntergenicDistribution": 1.940912,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 107002,
          "distinctRankCount": 2379,
          "maxRank": 15763.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275051635,
            "mappedReadsCount": 105920275,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700415"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:4030037",
              "name": "late spermatid"
            },
            "cellTypeAuthorAnnotation": "Elongated_spermatids",
            "devStage": {
              "id": "MdomDv:0000019",
              "name": "15-month-old stage (opossum)"
            },
            "devStageAuthorAnnotation": "15.5 months",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.589204,
          "sdRefIntergenicDistribution": 2.557626,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 232173,
          "distinctRankCount": 2778,
          "maxRank": 16297.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275051635,
            "mappedReadsCount": 105920275,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700415"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000216",
              "name": "Sertoli cell"
            },
            "cellTypeAuthorAnnotation": "Sertoli",
            "devStage": {
              "id": "MdomDv:0000019",
              "name": "15-month-old stage (opossum)"
            },
            "devStageAuthorAnnotation": "15.5 months",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.515854,
          "sdRefIntergenicDistribution": 2.387770,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 366792,
          "distinctRankCount": 4005,
          "maxRank": 17063.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275051635,
            "mappedReadsCount": 105920275,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700415"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "Other_somatic",
            "devStage": {
              "id": "MdomDv:0000019",
              "name": "15-month-old stage (opossum)"
            },
            "devStageAuthorAnnotation": "15.5 months",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.936166,
          "sdRefIntergenicDistribution": 2.385539,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 589190,
          "distinctRankCount": 3721,
          "maxRank": 18217.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275051635,
            "mappedReadsCount": 105920275,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700415"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:4030036",
              "name": "early spermatid"
            },
            "cellTypeAuthorAnnotation": "Round_spermatids",
            "devStage": {
              "id": "MdomDv:0000019",
              "name": "15-month-old stage (opossum)"
            },
            "devStageAuthorAnnotation": "15.5 months",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.823575,
          "sdRefIntergenicDistribution": 3.127443,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 877871,
          "distinctRankCount": 4625,
          "maxRank": 18351.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275051635,
            "mappedReadsCount": 105920275,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700415"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000017",
              "name": "spermatocyte"
            },
            "cellTypeAuthorAnnotation": "Spermatocytes",
            "devStage": {
              "id": "MdomDv:0000019",
              "name": "15-month-old stage (opossum)"
            },
            "devStageAuthorAnnotation": "15.5 months",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.189707,
          "sdRefIntergenicDistribution": 3.010770,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 807954,
          "distinctRankCount": 4843,
          "maxRank": 18264.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275051635,
            "mappedReadsCount": 105920275,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700415"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000020",
              "name": "spermatogonium"
            },
            "cellTypeAuthorAnnotation": "Spermatogonia",
            "devStage": {
              "id": "MdomDv:0000019",
              "name": "15-month-old stage (opossum)"
            },
            "devStageAuthorAnnotation": "15.5 months",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.986289,
          "sdRefIntergenicDistribution": 1.985159,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 118369,
          "distinctRankCount": 2678,
          "maxRank": 16112.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357888711,
            "mappedReadsCount": 142972007,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700416"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000020",
              "name": "spermatogonium"
            },
            "cellTypeAuthorAnnotation": "Spermatogonia",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "adult",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.030382,
          "sdRefIntergenicDistribution": 1.922943,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 143114,
          "distinctRankCount": 2391,
          "maxRank": 16519.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357888711,
            "mappedReadsCount": 142972007,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700416"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000017",
              "name": "spermatocyte"
            },
            "cellTypeAuthorAnnotation": "Spermatocytes",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "adult",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.073017,
          "sdRefIntergenicDistribution": 2.846271,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 743071,
          "distinctRankCount": 4471,
          "maxRank": 17993.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357888711,
            "mappedReadsCount": 142972007,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700416"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:4030036",
              "name": "early spermatid"
            },
            "cellTypeAuthorAnnotation": "Round_spermatids",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "adult",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.112346,
          "sdRefIntergenicDistribution": 3.157674,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1243040,
          "distinctRankCount": 4562,
          "maxRank": 18615.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357888711,
            "mappedReadsCount": 142972007,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700416"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:4030037",
              "name": "late spermatid"
            },
            "cellTypeAuthorAnnotation": "Elongated_spermatids",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "adult",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.471985,
          "sdRefIntergenicDistribution": 2.766987,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 516927,
          "distinctRankCount": 3043,
          "maxRank": 17210.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357888711,
            "mappedReadsCount": 142972007,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700416"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "Other_somatic",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "adult",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.553080,
          "sdRefIntergenicDistribution": 2.149441,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 416810,
          "distinctRankCount": 2785,
          "maxRank": 17680.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 550",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357888711,
            "mappedReadsCount": 142972007,
            "minReadLength": 57,
            "maxReadLength": 57
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 9926,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Monodelphis",
                  "speciesName": "domestica",
                  "genomeVersion": "ASM229v1",
                  "speciesFullNameWithoutSpace": "Monodelphis_domestica",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Monodelphis_domestica/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 13615,
                  "genomeSpeciesId": 13616,
                  "preferredDisplayOrder": 32,
                  "name": "opossum",
                  "id": 13616
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/",
                "fileName": "Monodelphis_domestica_ERP132579_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP132579",
              "xRefName": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP132579",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-022-05547-7",
            "name": "snRNA-seq of opossum (Monodelphis domestica) adult testis",
            "description": "Single-nucleus RNA sequencing (snRNA-seq) was used to profile the transcriptome of 9,926 nuclei in opossum adult testis. This dataset includes three samples from three different individuals. This dataset is part of a larger evolutionary study of adult testis at the single-nucleus level (97,521 single-nuclei in total) across mammals including 10 representatives of the three main mammalian lineages: human, chimpanzee, bonobo, gorilla, gibbon, rhesus macaque, marmoset, mouse (placental mammals); grey short-tailed opossum (marsupials); and platypus (egg-laying monotremes). Corresponding data were generated for a bird (red junglefowl, the progenitor of domestic chicken), to be used as an evolutionary outgroup.",
            "id": "ERP132579"
          },
          "id": "ERX6700416"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000216",
              "name": "Sertoli cell"
            },
            "cellTypeAuthorAnnotation": "Sertoli",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "adult",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 13616,
              "name": "opossum",
              "genus": "Monodelphis",
              "speciesName": "domestica",
              "preferredDisplayOrder": 32
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.752943,
          "sdRefIntergenicDistribution": 2.465232,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 665359,
          "distinctRankCount": 4099,
          "maxRank": 17850.50
        },
        "barcode": ""
      }
    ],
    "downloadUrls": [
      {
        "text": "scRNA-Seq droplet-based processed expression values per cell population in Monodelphis domestica",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Monodelphis_domestica/Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz",
        "title": "Monodelphis_domestica_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP132579.tsv.gz"
      },
      {
        "text": "scRNA-Seq droplet-based H5AD data per cell in Monodelphis domestica",
        "href": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Monodelphis_domestica/Monodelphis_domestica_ERP132579_droplet_based.h5ad",
        "title": "Monodelphis_domestica_ERP132579_droplet_based.h5ad"
      }
    ]
  }
}