{
  "code": 200,
  "status": "SUCCESS",
  "message": "Experiment page",
  "data": {
    "dataType": "SC_RNA_SEQ",
    "columnDescriptions": [
      {
        "title": "Library ID",
        "infoBubble": "Identifier of the RNA-Seq library",
        "attributes": [
          "result.library.id"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Cell type ID",
        "infoBubble": "ID of the cell type of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.cellType.id"
        ],
        "columnType": "ANAT_ENTITY",
        "export": true
      },
      {
        "title": "Cell type name",
        "infoBubble": "Name of the cell type of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.cellType.name"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Cell type author annotation",
        "infoBubble": "Free text annotation of cell type as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.cellTypeAuthorAnnotation"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Anat. entity ID",
        "infoBubble": "ID of the anatomical localization of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.anatEntity.id"
        ],
        "columnType": "ANAT_ENTITY",
        "export": true
      },
      {
        "title": "Anat. entity name",
        "infoBubble": "Name of the anatomical localization of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.anatEntity.name"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Anat. entity author annotation",
        "infoBubble": "Free text annotation of anatomical localization of the sample as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.anatEntityAuthorAnnotation"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Stage ID",
        "infoBubble": "ID of the developmental and life stage of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.devStage.id"
        ],
        "columnType": "DEV_STAGE",
        "export": true
      },
      {
        "title": "Stage name",
        "infoBubble": "Name of the developmental and life stage of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.devStage.name"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Stage author annotation",
        "infoBubble": "Free text annotation of the developmental and life stage of the sample as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.devStageAuthorAnnotation"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Sex",
        "infoBubble": "Annotation of the sex of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.sex"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Strain",
        "infoBubble": "Annotation of the strain of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.strain"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Time",
        "infoBubble": "Free text annotation of the time of sampling as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.time"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Time unit",
        "infoBubble": "Unit for the time of sampling as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.timeUnit"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Species",
        "attributes": [
          "result.annotation.rawDataCondition.species.genus",
          "result.annotation.rawDataCondition.species.speciesName"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Physiological status",
        "infoBubble": "Physiological status of the organism at time of sampling",
        "attributes": [
          "result.annotation.physiologicalStatus"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Technology",
        "attributes": [
          "result.library.technology.protocolName"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Sequencing platform",
        "attributes": [
          "result.library.technology.sequencingPlatfomName"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Sequenced transcript part",
        "infoBubble": "Possible values are: full length, all parts of the transcript are sequenced; 3': only the 3' end of the transcript is sequenced; 5': only the 5' end of the transcript is sequenced.",
        "attributes": [
          "result.library.technology.sequencedTranscriptPart"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Fractionation",
        "infoBubble": "Possible values are: cell, transcripts are extracted from the cell; nuclei, transcripts are extracted from the nucleus.",
        "attributes": [
          "result.library.technology.cellCompartment"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Fragmentation",
        "infoBubble": "Size of the RNA fragmentation",
        "attributes": [
          "result.library.technology.fragmentation"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Run sequencing type",
        "infoBubble": "Paired-end or single-read run",
        "attributes": [
          "result.library.technology.libraryType"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Total read count",
        "infoBubble": "Total number of reads for the library.",
        "attributes": [
          "result.library.pipelineSummary.allReadsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Mapped read count",
        "infoBubble": "Number of reads that could be mapped to the transcriptome.",
        "attributes": [
          "result.library.pipelineSummary.mappedReadsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Total UMI count",
        "infoBubble": "Total number of individual RNA molecules (UMI) for the annotated sample. Only applicable for libraries producing UMIs.",
        "attributes": [
          "result.pipelineSummary.allUMIsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Mapped UMI count",
        "infoBubble": "Number of UMIs that could be mapped to the transcriptome. Only applicable for libraries producing UMIs.",
        "attributes": [
          "result.pipelineSummary.mappedUMIsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Distinct rank count",
        "infoBubble": "When performing a fractional ranking of the genes in the annotated sample, based on their expression level, number of distinct ranks observed, to have a value of the power for distinguishing expression levels. Used as a weight to compute a weighted mean rank accross samples for each gene and compute expression scores in Bgee.",
        "attributes": [
          "result.pipelineSummary.distinctRankCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Max rank",
        "infoBubble": "When performing a fractional ranking of the genes in the annotated sample, based on their expression level, maximum rank attained in the sample. Used to normalize ranks accross samples and compute expression scores in Bgee.",
        "attributes": [
          "result.pipelineSummary.maxRank"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Link to processed expression values",
        "infoBubble": "See the processed expression value results for this assay",
        "columnType": "LINK_TO_PROC_EXPR_VALUES",
        "filterTargets": [
          {
            "valueAttributeName": "result.library.experiment.id",
            "urlParameterName": "filter_exp_id"
          },
          {
            "valueAttributeName": "result.library.id",
            "urlParameterName": "filter_assay_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.cellType.id",
            "urlParameterName": "filter_cell_type_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.anatEntity.id",
            "urlParameterName": "filter_anat_entity_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.devStage.id",
            "urlParameterName": "filter_stage_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.sex",
            "urlParameterName": "filter_sex"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.strain",
            "urlParameterName": "filter_strain"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.species.id",
            "urlParameterName": "filter_species_id"
          }
        ],
        "export": false
      }
    ],
    "experiment": {
      "sampleMultiplexing": false,
      "numberOfAnnotatedCells": 57,
      "downloadFiles": [
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": false,
          "species": {
            "genus": "Homo",
            "speciesName": "sapiens",
            "genomeVersion": "GRCh38.p13",
            "speciesFullNameWithoutSpace": "Homo_sapiens",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9605,
            "genomeSpeciesId": 9606,
            "preferredDisplayOrder": 1,
            "name": "human",
            "id": 9606
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
          "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
          "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": false,
          "species": {
            "genus": "Homo",
            "speciesName": "sapiens",
            "genomeVersion": "GRCh38.p13",
            "speciesFullNameWithoutSpace": "Homo_sapiens",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9605,
            "genomeSpeciesId": 9606,
            "preferredDisplayOrder": 1,
            "name": "human",
            "id": 9606
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
          "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
          "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
        "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
        "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
        "releaseDate": "2023-04-04",
        "releaseVersion": "",
        "toDisplay": true,
        "category": "RNA_SEQ",
        "displayOrder": 2,
        "name": "SRA",
        "description": "RNA-Seq data source for various species",
        "id": 19
      },
      "xRef": {
        "xRefId": "SRP050499",
        "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
        "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
        "source": {
          "name": "SRA",
          "description": "RNA-Seq data source for various species",
          "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
        }
      },
      "assayCount": 0,
      "dOI": "10.1016/j.cell.2015.05.015",
      "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
      "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
      "id": "SRP050499"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2227854,
            "mappedReadsCount": 1775830,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021339"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.071669,
          "sdRefIntergenicDistribution": 4.079293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7876,
          "maxRank": 7885.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1870669,
            "mappedReadsCount": 1503448,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021340"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.078114,
          "sdRefIntergenicDistribution": 4.223250,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8451,
          "maxRank": 8467.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2941251,
            "mappedReadsCount": 2333578,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021341"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.052453,
          "sdRefIntergenicDistribution": 4.075008,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8238,
          "maxRank": 8256.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 3110508,
            "mappedReadsCount": 2405160,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021342"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.050576,
          "sdRefIntergenicDistribution": 4.353760,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7534,
          "maxRank": 7542.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2138085,
            "mappedReadsCount": 1669285,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021343"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.072993,
          "sdRefIntergenicDistribution": 4.175104,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7768,
          "maxRank": 7783.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1973939,
            "mappedReadsCount": 1523204,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021344"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.083100,
          "sdRefIntergenicDistribution": 4.249236,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8046,
          "maxRank": 8056.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 3370339,
            "mappedReadsCount": 2747559,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021345"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.059384,
          "sdRefIntergenicDistribution": 4.024544,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8278,
          "maxRank": 8287.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2537570,
            "mappedReadsCount": 1981004,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021346"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.083874,
          "sdRefIntergenicDistribution": 3.805103,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8461,
          "maxRank": 8482.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1726236,
            "mappedReadsCount": 1402634,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021347"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.096672,
          "sdRefIntergenicDistribution": 4.006871,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8728,
          "maxRank": 8735.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2351003,
            "mappedReadsCount": 1801302,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021348"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.044042,
          "sdRefIntergenicDistribution": 4.610269,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6816,
          "maxRank": 6824.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2351348,
            "mappedReadsCount": 1909757,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021349"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.087905,
          "sdRefIntergenicDistribution": 3.828592,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8261,
          "maxRank": 8276.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2337616,
            "mappedReadsCount": 1833065,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021350"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.069131,
          "sdRefIntergenicDistribution": 4.094449,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8817,
          "maxRank": 8832.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4061961,
            "mappedReadsCount": 3116950,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021351"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.062411,
          "sdRefIntergenicDistribution": 4.254865,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9107,
          "maxRank": 9141.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 5135750,
            "mappedReadsCount": 4078676,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021352"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.047478,
          "sdRefIntergenicDistribution": 4.241628,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8900,
          "maxRank": 8916.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4514564,
            "mappedReadsCount": 3615199,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021353"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.047442,
          "sdRefIntergenicDistribution": 4.207786,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9114,
          "maxRank": 9150.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4431043,
            "mappedReadsCount": 3378788,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021354"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.046969,
          "sdRefIntergenicDistribution": 4.278001,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8994,
          "maxRank": 9004.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4381638,
            "mappedReadsCount": 3392567,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021355"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.047602,
          "sdRefIntergenicDistribution": 4.144398,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9904,
          "maxRank": 9934.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 5153588,
            "mappedReadsCount": 3576519,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021356"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.177185,
          "sdRefIntergenicDistribution": 1.923973,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 28178,
          "maxRank": 29609.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4048409,
            "mappedReadsCount": 2919496,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021357"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.055996,
          "sdRefIntergenicDistribution": 4.168538,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8425,
          "maxRank": 8439.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 5483910,
            "mappedReadsCount": 4607542,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021358"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.047165,
          "sdRefIntergenicDistribution": 4.263603,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9659,
          "maxRank": 9679.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4707797,
            "mappedReadsCount": 3846749,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021359"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.051307,
          "sdRefIntergenicDistribution": 4.051341,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9701,
          "maxRank": 9715.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4941832,
            "mappedReadsCount": 4044910,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021360"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.039268,
          "sdRefIntergenicDistribution": 4.157708,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8714,
          "maxRank": 8734.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 3770415,
            "mappedReadsCount": 2896861,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021361"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.041582,
          "sdRefIntergenicDistribution": 4.491830,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7868,
          "maxRank": 7887.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 5036255,
            "mappedReadsCount": 3948266,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021362"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.052217,
          "sdRefIntergenicDistribution": 4.279574,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9249,
          "maxRank": 9266.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4836622,
            "mappedReadsCount": 3847550,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021363"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.064342,
          "sdRefIntergenicDistribution": 4.292481,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10055,
          "maxRank": 10085.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4864394,
            "mappedReadsCount": 3674877,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021364"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.065704,
          "sdRefIntergenicDistribution": 5.078708,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8821,
          "maxRank": 8840.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 5398082,
            "mappedReadsCount": 4374650,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021365"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.050727,
          "sdRefIntergenicDistribution": 4.206468,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9946,
          "maxRank": 9985.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4987384,
            "mappedReadsCount": 3601897,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021366"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.077941,
          "sdRefIntergenicDistribution": 4.684874,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8205,
          "maxRank": 8222.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4484975,
            "mappedReadsCount": 3264297,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021367"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.088403,
          "sdRefIntergenicDistribution": 4.435052,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10380,
          "maxRank": 10408.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 5043476,
            "mappedReadsCount": 3965679,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021368"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.054167,
          "sdRefIntergenicDistribution": 4.367590,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9677,
          "maxRank": 9713.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4781293,
            "mappedReadsCount": 3338376,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021369"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.092243,
          "sdRefIntergenicDistribution": 4.943970,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8123,
          "maxRank": 8137.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2769806,
            "mappedReadsCount": 2000021,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021370"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.076388,
          "sdRefIntergenicDistribution": 3.910225,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8335,
          "maxRank": 8368.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2328015,
            "mappedReadsCount": 1879535,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021371"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.095648,
          "sdRefIntergenicDistribution": 3.767816,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8582,
          "maxRank": 8599.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2549720,
            "mappedReadsCount": 2033141,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021372"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.091231,
          "sdRefIntergenicDistribution": 3.727887,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8522,
          "maxRank": 8541.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2620953,
            "mappedReadsCount": 2100892,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021373"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.087246,
          "sdRefIntergenicDistribution": 4.087659,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9088,
          "maxRank": 9113.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2493983,
            "mappedReadsCount": 1885922,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021374"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.061218,
          "sdRefIntergenicDistribution": 4.595273,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7739,
          "maxRank": 7768.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2720258,
            "mappedReadsCount": 2134457,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021375"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.063071,
          "sdRefIntergenicDistribution": 4.391734,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7570,
          "maxRank": 7583.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2776736,
            "mappedReadsCount": 2236475,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021376"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.076702,
          "sdRefIntergenicDistribution": 3.865948,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10040,
          "maxRank": 10064.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2525322,
            "mappedReadsCount": 2020357,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021377"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.078661,
          "sdRefIntergenicDistribution": 3.828087,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10201,
          "maxRank": 10226.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2180335,
            "mappedReadsCount": 1695998,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021378"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.085457,
          "sdRefIntergenicDistribution": 3.942344,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8466,
          "maxRank": 8471.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2485204,
            "mappedReadsCount": 1964907,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021379"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.044428,
          "sdRefIntergenicDistribution": 4.023264,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8790,
          "maxRank": 8814.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 2161059,
            "mappedReadsCount": 1639416,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021380"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.082177,
          "sdRefIntergenicDistribution": 3.504554,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8997,
          "maxRank": 9015.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 5839273,
            "mappedReadsCount": 4330958,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021381"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.058115,
          "sdRefIntergenicDistribution": 4.131245,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9392,
          "maxRank": 9413.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 5085578,
            "mappedReadsCount": 4052941,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021382"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.056929,
          "sdRefIntergenicDistribution": 4.228407,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9337,
          "maxRank": 9365.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4800610,
            "mappedReadsCount": 3941551,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021383"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.051410,
          "sdRefIntergenicDistribution": 4.071318,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8954,
          "maxRank": 8973.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4441431,
            "mappedReadsCount": 3487107,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021384"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.057861,
          "sdRefIntergenicDistribution": 4.245605,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8910,
          "maxRank": 8934.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4691616,
            "mappedReadsCount": 3663273,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021385"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.065844,
          "sdRefIntergenicDistribution": 3.944355,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8951,
          "maxRank": 8965.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 5036695,
            "mappedReadsCount": 4047015,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021386"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.037229,
          "sdRefIntergenicDistribution": 3.494730,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9915,
          "maxRank": 9937.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4789418,
            "mappedReadsCount": 3690426,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021387"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.053761,
          "sdRefIntergenicDistribution": 4.160271,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10064,
          "maxRank": 10099.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4857396,
            "mappedReadsCount": 3805284,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021388"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.038335,
          "sdRefIntergenicDistribution": 4.462787,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8449,
          "maxRank": 8468.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4766772,
            "mappedReadsCount": 3757162,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021389"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.058763,
          "sdRefIntergenicDistribution": 4.054583,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9453,
          "maxRank": 9475.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4440589,
            "mappedReadsCount": 3097956,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021390"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.103214,
          "sdRefIntergenicDistribution": 5.244657,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7932,
          "maxRank": 7951.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4590290,
            "mappedReadsCount": 3465442,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021391"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.091489,
          "sdRefIntergenicDistribution": 4.575943,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10039,
          "maxRank": 10066.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4222295,
            "mappedReadsCount": 3550945,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021392"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.066523,
          "sdRefIntergenicDistribution": 5.261660,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8740,
          "maxRank": 8753.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4412236,
            "mappedReadsCount": 3586377,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021393"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.069841,
          "sdRefIntergenicDistribution": 4.973813,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10707,
          "maxRank": 10721.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4620346,
            "mappedReadsCount": 3482062,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021394"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.077047,
          "sdRefIntergenicDistribution": 4.506329,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10004,
          "maxRank": 10041.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 101,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 4321310,
            "mappedReadsCount": 3302122,
            "minReadLength": 101,
            "maxReadLength": 101
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 57,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP050499_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP050499",
              "xRefName": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP050499",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2015.05.015",
            "name": "The Transcriptome and DNA Methylome Landscapes of Human Primordial Germ Cells",
            "description": "Overall design: In total, we analyzed the transcriptomes of 233 individual male and female human PGCs from 15 embryos at between 4 and 19 weeks of gestation as well as 86 neighboring somatic cells from 13 of these embryos using a single-cell RNA-Seq method that we developed. Furthermore, we analyzed the DNA methylomes of both male and female human gonadal PGCs as well as the neighboring somatic cells of eleven of these embryos at between 7 and 19 weeks of gestation using whole-genome bisulfite sequencing (WGBS). In total, we generated 1.3 billion 100 bp paired-end reads for transcriptome analyses and 4.1 billion 100 bp or 150 bp paired-end reads for DNA methylome analyses.",
            "id": "SRP050499"
          },
          "id": "SRX1021395"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000991",
              "name": "gonad"
            },
            "anatEntityAuthorAnnotation": "fetal gonad",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "Primordial Germ Cells",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "19 week gestation",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.055453,
          "sdRefIntergenicDistribution": 4.621115,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7963,
          "maxRank": 7999.00
        }
      }
    ],
    "downloadUrls": [
      {
        "text": "scRNA-Seq full-length processed expression values per cell population in Homo sapiens",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Homo_sapiens/Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz",
        "title": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP050499.tsv.gz"
      },
      {
        "text": "scRNA-Seq full-length H5AD data per cell in Homo sapiens",
        "href": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Homo_sapiens/Homo_sapiens_SRP050499_full_length.h5ad",
        "title": "Homo_sapiens_SRP050499_full_length.h5ad"
      }
    ]
  }
}