{
  "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": 101,
      "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_SRP094958.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_SRP094958_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": "SRP094958",
        "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
        "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
        "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.stem.2017.09.003",
      "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
      "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
      "id": "SRP094958"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5430296,
            "mappedReadsCount": 2250055,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.292151,
          "sdRefIntergenicDistribution": 4.288266,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9364,
          "maxRank": 9382.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4152583,
            "mappedReadsCount": 1617613,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.465040,
          "sdRefIntergenicDistribution": 4.375073,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9924,
          "maxRank": 9943.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3962019,
            "mappedReadsCount": 1795405,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.167319,
          "sdRefIntergenicDistribution": 3.605133,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7982,
          "maxRank": 7999.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3580688,
            "mappedReadsCount": 1757590,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.286878,
          "sdRefIntergenicDistribution": 3.587940,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11913,
          "maxRank": 11949.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3343565,
            "mappedReadsCount": 1049066,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.786375,
          "sdRefIntergenicDistribution": 3.756437,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11896,
          "maxRank": 11929.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3784154,
            "mappedReadsCount": 2064218,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.257372,
          "sdRefIntergenicDistribution": 3.989253,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11293,
          "maxRank": 11324.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3130694,
            "mappedReadsCount": 1321885,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.403188,
          "sdRefIntergenicDistribution": 3.893078,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9985,
          "maxRank": 10003.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3133900,
            "mappedReadsCount": 996250,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.816411,
          "sdRefIntergenicDistribution": 3.809800,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12666,
          "maxRank": 12701.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2950187,
            "mappedReadsCount": 1511572,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.356519,
          "sdRefIntergenicDistribution": 3.658994,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12318,
          "maxRank": 12363.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4425004,
            "mappedReadsCount": 954475,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.247756,
          "sdRefIntergenicDistribution": 3.567825,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 15838,
          "maxRank": 15905.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3889714,
            "mappedReadsCount": 1542323,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.460066,
          "sdRefIntergenicDistribution": 4.030004,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12737,
          "maxRank": 12774.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4000007,
            "mappedReadsCount": 2165570,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.206605,
          "sdRefIntergenicDistribution": 3.902791,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11368,
          "maxRank": 11387.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4192991,
            "mappedReadsCount": 2088184,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.235531,
          "sdRefIntergenicDistribution": 3.611404,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12132,
          "maxRank": 12157.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4330775,
            "mappedReadsCount": 1792090,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416104"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.438289,
          "sdRefIntergenicDistribution": 4.342056,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11393,
          "maxRank": 11424.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3415871,
            "mappedReadsCount": 1469475,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416105"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.438241,
          "sdRefIntergenicDistribution": 4.087796,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11393,
          "maxRank": 11421.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2631499,
            "mappedReadsCount": 1282485,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416106"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.240532,
          "sdRefIntergenicDistribution": 3.374451,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9771,
          "maxRank": 9814.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2558473,
            "mappedReadsCount": 977597,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416107"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.592929,
          "sdRefIntergenicDistribution": 3.695743,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12649,
          "maxRank": 12680.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3362947,
            "mappedReadsCount": 2076765,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416108"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.181888,
          "sdRefIntergenicDistribution": 3.521675,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10743,
          "maxRank": 10786.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3845704,
            "mappedReadsCount": 1394520,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416109"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.580677,
          "sdRefIntergenicDistribution": 3.862516,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12402,
          "maxRank": 12429.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4334823,
            "mappedReadsCount": 2017344,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416110"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.280469,
          "sdRefIntergenicDistribution": 3.770892,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12051,
          "maxRank": 12078.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3728831,
            "mappedReadsCount": 2412973,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416111"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.162066,
          "sdRefIntergenicDistribution": 3.189221,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12965,
          "maxRank": 12998.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4503238,
            "mappedReadsCount": 2143444,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416112"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.191394,
          "sdRefIntergenicDistribution": 3.839341,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10731,
          "maxRank": 10763.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3371755,
            "mappedReadsCount": 995038,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416113"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.229482,
          "sdRefIntergenicDistribution": 3.900004,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 16788,
          "maxRank": 16860.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3597164,
            "mappedReadsCount": 1466273,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416114"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.516888,
          "sdRefIntergenicDistribution": 3.819529,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12763,
          "maxRank": 12801.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3673841,
            "mappedReadsCount": 1740182,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416115"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.345002,
          "sdRefIntergenicDistribution": 4.132370,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12769,
          "maxRank": 12800.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3508926,
            "mappedReadsCount": 1682223,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416116"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.364254,
          "sdRefIntergenicDistribution": 3.965644,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12316,
          "maxRank": 12350.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3439021,
            "mappedReadsCount": 1226453,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416117"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.732056,
          "sdRefIntergenicDistribution": 4.003672,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13094,
          "maxRank": 13128.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5023765,
            "mappedReadsCount": 1620382,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416118"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.633375,
          "sdRefIntergenicDistribution": 4.343376,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11537,
          "maxRank": 11560.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4441851,
            "mappedReadsCount": 1392299,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416119"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.636078,
          "sdRefIntergenicDistribution": 4.400994,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10125,
          "maxRank": 10149.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3245238,
            "mappedReadsCount": 1152796,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416120"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.414727,
          "sdRefIntergenicDistribution": 3.749000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10980,
          "maxRank": 11015.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3922661,
            "mappedReadsCount": 2168615,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416121"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.241431,
          "sdRefIntergenicDistribution": 3.980116,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12401,
          "maxRank": 12426.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3736263,
            "mappedReadsCount": 1643160,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416122"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.359758,
          "sdRefIntergenicDistribution": 3.935648,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10077,
          "maxRank": 10092.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4277021,
            "mappedReadsCount": 1862927,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416123"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.334334,
          "sdRefIntergenicDistribution": 3.845711,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11072,
          "maxRank": 11110.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4173411,
            "mappedReadsCount": 1299008,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416124"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.648848,
          "sdRefIntergenicDistribution": 3.928566,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13082,
          "maxRank": 13127.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5827628,
            "mappedReadsCount": 2367308,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416125"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.466557,
          "sdRefIntergenicDistribution": 4.185137,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13983,
          "maxRank": 14012.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5888120,
            "mappedReadsCount": 2235186,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416126"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.488643,
          "sdRefIntergenicDistribution": 4.458227,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11393,
          "maxRank": 11436.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5138258,
            "mappedReadsCount": 2758563,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416127"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.203903,
          "sdRefIntergenicDistribution": 3.903794,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11120,
          "maxRank": 11143.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4671995,
            "mappedReadsCount": 1793466,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416128"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.487256,
          "sdRefIntergenicDistribution": 4.249779,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11644,
          "maxRank": 11681.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6341342,
            "mappedReadsCount": 3017351,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416129"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.226574,
          "sdRefIntergenicDistribution": 4.067694,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11024,
          "maxRank": 11076.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4478743,
            "mappedReadsCount": 2427834,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416130"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.147297,
          "sdRefIntergenicDistribution": 3.970321,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8961,
          "maxRank": 8981.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4328643,
            "mappedReadsCount": 2014619,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416131"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.245278,
          "sdRefIntergenicDistribution": 3.929766,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10293,
          "maxRank": 10328.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4015112,
            "mappedReadsCount": 907753,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416132"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.303610,
          "sdRefIntergenicDistribution": 3.746031,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 15245,
          "maxRank": 15297.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4734052,
            "mappedReadsCount": 2218073,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416133"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.322224,
          "sdRefIntergenicDistribution": 3.819756,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13483,
          "maxRank": 13516.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3241523,
            "mappedReadsCount": 1294730,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416134"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.467777,
          "sdRefIntergenicDistribution": 3.821654,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10999,
          "maxRank": 11021.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4728538,
            "mappedReadsCount": 1466402,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416135"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.018071,
          "sdRefIntergenicDistribution": 3.761232,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 16681,
          "maxRank": 16739.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5424855,
            "mappedReadsCount": 1748449,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416136"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.735344,
          "sdRefIntergenicDistribution": 4.043641,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14422,
          "maxRank": 14465.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 7814847,
            "mappedReadsCount": 3418683,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416137"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.324674,
          "sdRefIntergenicDistribution": 4.401541,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14479,
          "maxRank": 14511.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5610065,
            "mappedReadsCount": 2190852,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416138"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.404442,
          "sdRefIntergenicDistribution": 4.023907,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12274,
          "maxRank": 12307.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3367708,
            "mappedReadsCount": 1549833,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416139"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.350196,
          "sdRefIntergenicDistribution": 3.688273,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12090,
          "maxRank": 12130.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4660568,
            "mappedReadsCount": 1381580,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416140"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.248643,
          "sdRefIntergenicDistribution": 3.731689,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10144,
          "maxRank": 10169.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5048413,
            "mappedReadsCount": 2928218,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416141"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.150236,
          "sdRefIntergenicDistribution": 3.906791,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11320,
          "maxRank": 11343.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3478636,
            "mappedReadsCount": 1637284,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416142"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.300366,
          "sdRefIntergenicDistribution": 3.942580,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10261,
          "maxRank": 10294.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3018793,
            "mappedReadsCount": 1474411,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416143"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.302300,
          "sdRefIntergenicDistribution": 3.802506,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10379,
          "maxRank": 10404.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2963973,
            "mappedReadsCount": 1225679,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416144"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.414503,
          "sdRefIntergenicDistribution": 3.769723,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10895,
          "maxRank": 10922.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4123690,
            "mappedReadsCount": 1148604,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416145"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.581882,
          "sdRefIntergenicDistribution": 3.568874,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13040,
          "maxRank": 13091.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4963605,
            "mappedReadsCount": 2879805,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416146"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.171914,
          "sdRefIntergenicDistribution": 3.760872,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12476,
          "maxRank": 12503.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 9226471,
            "mappedReadsCount": 5842408,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416147"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.015253,
          "sdRefIntergenicDistribution": 3.201021,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3270,
          "maxRank": 3303.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5084576,
            "mappedReadsCount": 1632779,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416148"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.062141,
          "sdRefIntergenicDistribution": 3.967191,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2022,
          "maxRank": 2025.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2957945,
            "mappedReadsCount": 421165,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416149"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.521999,
          "sdRefIntergenicDistribution": 4.831424,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3164,
          "maxRank": 3192.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 7491122,
            "mappedReadsCount": 4357717,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416150"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.061425,
          "sdRefIntergenicDistribution": 4.445083,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7246,
          "maxRank": 7293.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6209883,
            "mappedReadsCount": 3431849,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416151"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.062341,
          "sdRefIntergenicDistribution": 4.497461,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5964,
          "maxRank": 5992.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4860311,
            "mappedReadsCount": 823447,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416152"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.299961,
          "sdRefIntergenicDistribution": 5.037751,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5149,
          "maxRank": 5190.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3687357,
            "mappedReadsCount": 722221,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416153"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.600838,
          "sdRefIntergenicDistribution": 4.704360,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6089,
          "maxRank": 6104.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4393437,
            "mappedReadsCount": 1362645,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416154"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.152191,
          "sdRefIntergenicDistribution": 4.001995,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7037,
          "maxRank": 7094.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 8776881,
            "mappedReadsCount": 4365888,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416155"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.108254,
          "sdRefIntergenicDistribution": 4.675209,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9415,
          "maxRank": 9475.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4395461,
            "mappedReadsCount": 1021599,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416156"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.241119,
          "sdRefIntergenicDistribution": 4.325588,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6878,
          "maxRank": 6930.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5294812,
            "mappedReadsCount": 709880,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416157"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.202274,
          "sdRefIntergenicDistribution": 4.589788,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3330,
          "maxRank": 3360.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3891723,
            "mappedReadsCount": 1030245,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416158"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.229679,
          "sdRefIntergenicDistribution": 4.119256,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6422,
          "maxRank": 6459.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6153106,
            "mappedReadsCount": 1955514,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416159"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.053209,
          "sdRefIntergenicDistribution": 5.395177,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3893,
          "maxRank": 3921.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4588445,
            "mappedReadsCount": 895795,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416160"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.135118,
          "sdRefIntergenicDistribution": 4.899088,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3155,
          "maxRank": 3169.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4131102,
            "mappedReadsCount": 396579,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416161"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.512231,
          "sdRefIntergenicDistribution": 4.153470,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3385,
          "maxRank": 3401.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 8560271,
            "mappedReadsCount": 3006615,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416162"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.128900,
          "sdRefIntergenicDistribution": 5.028088,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6008,
          "maxRank": 6032.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 7280357,
            "mappedReadsCount": 1768887,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416163"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.153412,
          "sdRefIntergenicDistribution": 5.257206,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4685,
          "maxRank": 4722.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3587643,
            "mappedReadsCount": 262732,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416164"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.324268,
          "sdRefIntergenicDistribution": 4.755786,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3623,
          "maxRank": 3631.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4831274,
            "mappedReadsCount": 944038,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416165"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.232782,
          "sdRefIntergenicDistribution": 4.588076,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5189,
          "maxRank": 5212.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3040314,
            "mappedReadsCount": 282340,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416166"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.358612,
          "sdRefIntergenicDistribution": 5.642326,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2325,
          "maxRank": 2341.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3642054,
            "mappedReadsCount": 745861,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416167"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.235187,
          "sdRefIntergenicDistribution": 4.330457,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3617,
          "maxRank": 3634.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 11256613,
            "mappedReadsCount": 4693110,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416168"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.102937,
          "sdRefIntergenicDistribution": 5.165533,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7379,
          "maxRank": 7427.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5475445,
            "mappedReadsCount": 765237,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416169"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.452820,
          "sdRefIntergenicDistribution": 4.802897,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4660,
          "maxRank": 4674.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6411440,
            "mappedReadsCount": 2215610,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416170"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.034979,
          "sdRefIntergenicDistribution": 3.550779,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2245,
          "maxRank": 2259.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4449947,
            "mappedReadsCount": 657474,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416171"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.205658,
          "sdRefIntergenicDistribution": 4.440671,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2789,
          "maxRank": 2798.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3702206,
            "mappedReadsCount": 663979,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416172"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.237982,
          "sdRefIntergenicDistribution": 4.327975,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3810,
          "maxRank": 3832.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6362753,
            "mappedReadsCount": 1269283,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416173"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.398165,
          "sdRefIntergenicDistribution": 4.902700,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6542,
          "maxRank": 6578.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3784665,
            "mappedReadsCount": 168125,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416174"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.525791,
          "sdRefIntergenicDistribution": 4.722431,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1708,
          "maxRank": 1728.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 8856323,
            "mappedReadsCount": 1602312,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416175"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.517474,
          "sdRefIntergenicDistribution": 5.164329,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8252,
          "maxRank": 8290.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3559814,
            "mappedReadsCount": 319663,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416176"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.420550,
          "sdRefIntergenicDistribution": 4.735018,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2928,
          "maxRank": 2941.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 14655329,
            "mappedReadsCount": 6245536,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416177"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.190716,
          "sdRefIntergenicDistribution": 6.062627,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9541,
          "maxRank": 9576.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 7451393,
            "mappedReadsCount": 2649968,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416178"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.089237,
          "sdRefIntergenicDistribution": 4.147468,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6585,
          "maxRank": 6624.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 8040584,
            "mappedReadsCount": 4011706,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416179"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.056335,
          "sdRefIntergenicDistribution": 4.733062,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5459,
          "maxRank": 5503.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5485799,
            "mappedReadsCount": 1181345,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416180"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.172308,
          "sdRefIntergenicDistribution": 5.520643,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4872,
          "maxRank": 4902.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1132945,
            "mappedReadsCount": 282169,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416181"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.315128,
          "sdRefIntergenicDistribution": 4.670818,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2965,
          "maxRank": 2982.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1389113,
            "mappedReadsCount": 252390,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416182"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.529759,
          "sdRefIntergenicDistribution": 4.626154,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3634,
          "maxRank": 3650.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 12089284,
            "mappedReadsCount": 5304779,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416183"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.080848,
          "sdRefIntergenicDistribution": 4.984611,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8149,
          "maxRank": 8199.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 11536870,
            "mappedReadsCount": 4425912,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416184"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.270244,
          "sdRefIntergenicDistribution": 5.376305,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12127,
          "maxRank": 12174.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 9616387,
            "mappedReadsCount": 5984114,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416185"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.022486,
          "sdRefIntergenicDistribution": 3.524144,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5310,
          "maxRank": 5346.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6109864,
            "mappedReadsCount": 1265505,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416186"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.177981,
          "sdRefIntergenicDistribution": 5.055063,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4622,
          "maxRank": 4651.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 11813949,
            "mappedReadsCount": 7575072,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416187"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.022580,
          "sdRefIntergenicDistribution": 4.669726,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4083,
          "maxRank": 4101.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 7524003,
            "mappedReadsCount": 2158305,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416188"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.473854,
          "sdRefIntergenicDistribution": 6.038285,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8872,
          "maxRank": 8933.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2836634,
            "mappedReadsCount": 182948,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416189"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.651460,
          "sdRefIntergenicDistribution": 4.649717,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2060,
          "maxRank": 2067.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3257487,
            "mappedReadsCount": 473833,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416190"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.251246,
          "sdRefIntergenicDistribution": 5.627475,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2638,
          "maxRank": 2670.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3636583,
            "mappedReadsCount": 593236,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 101,
            "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_SRP094958.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_SRP094958_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": "SRP094958",
              "xRefName": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP094958",
              "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.stem.2017.09.003",
            "name": "Genomic profiling of human spermatogonial stem cells [scRNA-Seq]",
            "description": "To better understand human spermatogonial stem cells (SSCs), we profiled their transciptome and epigenome, which revealed the mechanism how human SSCs regulates their self-renewal versus differentiation dermination, as well as how latent pluripotency is established in human SSCs. Remarkly, we discovered signaling pathways (e.g. LIF, BMP, WNT) that differentially regulated self-renewal vesus differentiation in SSCs. We also discovered that SSCs repress core pluripotent factors (Sox2, Pou5f1 and Nanog) yet activate ancillary factors (e.g. Klf4, Mbd3, Tcf3, Sall4) transcriptionally and epigenetically. Overall design: Using SSEA4 as self-renewal marker and Kit as differentiating marker, we isolated self-renewal and differentiation SSCs by magnetic antibody cell sorting (MACS). SSEA4+ or Kit+ cells were loaded into 5-10 Ã‚Âµm integrated fluidic circuits (IFCs) using Fluidigm C1 instrument. Single cells in IFCs were lysed and total RNA was harvested for polyadenylation selection, reverse transcription and PCR amplification. Library constructions were performed according to Fluidigm Library preparation with Nextera XT protocol and sequenced on a 50-cycle single end run.",
            "id": "SRP094958"
          },
          "id": "SRX2416191"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testes",
            "cellType": {
              "id": "CL:0000089",
              "name": "male germ line stem cell (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spermatogonial Stem Cells",
            "devStage": {
              "id": "UBERON:0000104",
              "name": "life cycle"
            },
            "devStageAuthorAnnotation": "NA",
            "sex": "male",
            "strain": "(Missing)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.210354,
          "sdRefIntergenicDistribution": 4.356917,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3200,
          "maxRank": 3207.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_SRP094958.tsv.gz",
        "title": "Homo_sapiens_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP094958.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_SRP094958_full_length.h5ad",
        "title": "Homo_sapiens_SRP094958_full_length.h5ad"
      }
    ]
  }
}