{
  "code": 200,
  "status": "SUCCESS",
  "message": "Experiment page",
  "data": {
    "dataType": "SC_RNA_SEQ",
    "columnDescriptions": [
      {
        "title": "Library ID",
        "infoBubble": "Identifier of the RNA-Seq library",
        "attributes": [
          "result.library.id"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Cell type ID",
        "infoBubble": "ID of the cell type of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.cellType.id"
        ],
        "columnType": "ANAT_ENTITY",
        "export": true
      },
      {
        "title": "Cell type name",
        "infoBubble": "Name of the cell type of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.cellType.name"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Cell type author annotation",
        "infoBubble": "Free text annotation of cell type as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.cellTypeAuthorAnnotation"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Anat. entity ID",
        "infoBubble": "ID of the anatomical localization of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.anatEntity.id"
        ],
        "columnType": "ANAT_ENTITY",
        "export": true
      },
      {
        "title": "Anat. entity name",
        "infoBubble": "Name of the anatomical localization of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.anatEntity.name"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Anat. entity author annotation",
        "infoBubble": "Free text annotation of anatomical localization of the sample as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.anatEntityAuthorAnnotation"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Stage ID",
        "infoBubble": "ID of the developmental and life stage of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.devStage.id"
        ],
        "columnType": "DEV_STAGE",
        "export": true
      },
      {
        "title": "Stage name",
        "infoBubble": "Name of the developmental and life stage of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.devStage.name"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Stage author annotation",
        "infoBubble": "Free text annotation of the developmental and life stage of the sample as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.devStageAuthorAnnotation"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Sex",
        "infoBubble": "Annotation of the sex of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.sex"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Strain",
        "infoBubble": "Annotation of the strain of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.strain"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Time",
        "infoBubble": "Free text annotation of the time of sampling as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.time"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Time unit",
        "infoBubble": "Unit for the time of sampling as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.timeUnit"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Species",
        "attributes": [
          "result.annotation.rawDataCondition.species.genus",
          "result.annotation.rawDataCondition.species.speciesName"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Physiological status",
        "infoBubble": "Physiological status of the organism at time of sampling",
        "attributes": [
          "result.annotation.physiologicalStatus"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Technology",
        "attributes": [
          "result.library.technology.protocolName"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Sequencing platform",
        "attributes": [
          "result.library.technology.sequencingPlatfomName"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Sequenced transcript part",
        "infoBubble": "Possible values are: full length, all parts of the transcript are sequenced; 3': only the 3' end of the transcript is sequenced; 5': only the 5' end of the transcript is sequenced.",
        "attributes": [
          "result.library.technology.sequencedTranscriptPart"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Fractionation",
        "infoBubble": "Possible values are: cell, transcripts are extracted from the cell; nuclei, transcripts are extracted from the nucleus.",
        "attributes": [
          "result.library.technology.cellCompartment"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Fragmentation",
        "infoBubble": "Size of the RNA fragmentation",
        "attributes": [
          "result.library.technology.fragmentation"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Run sequencing type",
        "infoBubble": "Paired-end or single-read run",
        "attributes": [
          "result.library.technology.libraryType"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Total read count",
        "infoBubble": "Total number of reads for the library.",
        "attributes": [
          "result.library.pipelineSummary.allReadsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Mapped read count",
        "infoBubble": "Number of reads that could be mapped to the transcriptome.",
        "attributes": [
          "result.library.pipelineSummary.mappedReadsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Total UMI count",
        "infoBubble": "Total number of individual RNA molecules (UMI) for the annotated sample. Only applicable for libraries producing UMIs.",
        "attributes": [
          "result.pipelineSummary.allUMIsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Mapped UMI count",
        "infoBubble": "Number of UMIs that could be mapped to the transcriptome. Only applicable for libraries producing UMIs.",
        "attributes": [
          "result.pipelineSummary.mappedUMIsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Distinct rank count",
        "infoBubble": "When performing a fractional ranking of the genes in the annotated sample, based on their expression level, number of distinct ranks observed, to have a value of the power for distinguishing expression levels. Used as a weight to compute a weighted mean rank accross samples for each gene and compute expression scores in Bgee.",
        "attributes": [
          "result.pipelineSummary.distinctRankCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Max rank",
        "infoBubble": "When performing a fractional ranking of the genes in the annotated sample, based on their expression level, maximum rank attained in the sample. Used to normalize ranks accross samples and compute expression scores in Bgee.",
        "attributes": [
          "result.pipelineSummary.maxRank"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Link to processed expression values",
        "infoBubble": "See the processed expression value results for this assay",
        "columnType": "LINK_TO_PROC_EXPR_VALUES",
        "filterTargets": [
          {
            "valueAttributeName": "result.library.experiment.id",
            "urlParameterName": "filter_exp_id"
          },
          {
            "valueAttributeName": "result.library.id",
            "urlParameterName": "filter_assay_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.cellType.id",
            "urlParameterName": "filter_cell_type_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.anatEntity.id",
            "urlParameterName": "filter_anat_entity_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.devStage.id",
            "urlParameterName": "filter_stage_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.sex",
            "urlParameterName": "filter_sex"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.strain",
            "urlParameterName": "filter_strain"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.species.id",
            "urlParameterName": "filter_species_id"
          }
        ],
        "export": false
      }
    ],
    "experiment": {
      "sampleMultiplexing": true,
      "numberOfAnnotatedCells": 15668,
      "downloadFiles": [
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Homo",
            "speciesName": "sapiens",
            "genomeVersion": "GRCh38.p13",
            "speciesFullNameWithoutSpace": "Homo_sapiens",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9605,
            "genomeSpeciesId": 9606,
            "preferredDisplayOrder": 1,
            "name": "human",
            "id": 9606
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
          "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP269263.tsv.gz",
          "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Homo",
            "speciesName": "sapiens",
            "genomeVersion": "GRCh38.p13",
            "speciesFullNameWithoutSpace": "Homo_sapiens",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9605,
            "genomeSpeciesId": 9606,
            "preferredDisplayOrder": 1,
            "name": "human",
            "id": 9606
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
          "fileName": "Homo_sapiens_SRP269263_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
        "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
        "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
        "releaseDate": "2023-04-04",
        "releaseVersion": "",
        "toDisplay": true,
        "category": "SC_RNA_SEQ",
        "displayOrder": 1,
        "name": "SRA",
        "description": "Single-cell RNA-Seq data source for various species",
        "id": 102
      },
      "xRef": {
        "xRefId": "SRP269263",
        "xRefName": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
        "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP269263",
        "source": {
          "name": "SRA",
          "description": "Single-cell RNA-Seq data source for various species",
          "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
        }
      },
      "assayCount": 0,
      "dOI": "10.1016/j.jtos.2020.12.004",
      "name": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
      "description": "Limbal stem cells (LSCs), known as corneal epithelial stem cells, are located at the basal epithelial layer of the corneal limbus and serve an important function in maintaining the homeostasis of the corneal epithelium. Several putative molecular markers of LSCs have been previously identified. However, the specificity of these markers remains largely controversial. To address this gap in the current understanding of LSCs, we performed a transcriptome profiling of heterogeneous corneal limbal basal cells using single-cell transcriptomics technology to identify LSCs and their exclusive markers. We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration using Seurat package (https://satijalab.org/seurat), about 16,400 cells were retained for further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization. We identified 11 unique clusters of cells assigned to a putative cell type based on published known biomarkers for differentiation, proliferation and putative epithelial stem cells. As a results, we found 2 Terminally Differentiated Cell (TDC), 3 Post-Mitotic Cell (PMC), 1 Transient Amplifying Cell (TAC), 2 Limbal Progenitor Cell (LPC), Putative Limbal Stem Cell (LSC) and 2 Melanocyte (MC) sub-cell type clusters. Furthermore, we confirmed the trajectory order of LSC differentiation for 9 clusters using Pseudotemporal and Functional PCA analysis. Lastly, we validated each assigned cell subtypes and determined their location in human corneal limbus tissue with 9 markers using RNAscope We were able to reveal the heterogeneity of corneal limbal basal epithelium by defining novel dynamic trajectories for cell types in a pseudotemporal manner. This approach allowed us to identify the distinct clusters of LSCs and progenitors with exclusively expressed markers, and might apply for translational research on regenerating a normal corneal epithelium and restoring vision. Overall design: We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration and further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization.",
      "id": "SRP269263"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 823020840,
            "mappedReadsCount": 543260720,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 15668,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP269263.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP269263_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP269263",
              "xRefName": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP269263",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.jtos.2020.12.004",
            "name": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
            "description": "Limbal stem cells (LSCs), known as corneal epithelial stem cells, are located at the basal epithelial layer of the corneal limbus and serve an important function in maintaining the homeostasis of the corneal epithelium. Several putative molecular markers of LSCs have been previously identified. However, the specificity of these markers remains largely controversial. To address this gap in the current understanding of LSCs, we performed a transcriptome profiling of heterogeneous corneal limbal basal cells using single-cell transcriptomics technology to identify LSCs and their exclusive markers. We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration using Seurat package (https://satijalab.org/seurat), about 16,400 cells were retained for further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization. We identified 11 unique clusters of cells assigned to a putative cell type based on published known biomarkers for differentiation, proliferation and putative epithelial stem cells. As a results, we found 2 Terminally Differentiated Cell (TDC), 3 Post-Mitotic Cell (PMC), 1 Transient Amplifying Cell (TAC), 2 Limbal Progenitor Cell (LPC), Putative Limbal Stem Cell (LSC) and 2 Melanocyte (MC) sub-cell type clusters. Furthermore, we confirmed the trajectory order of LSC differentiation for 9 clusters using Pseudotemporal and Functional PCA analysis. Lastly, we validated each assigned cell subtypes and determined their location in human corneal limbus tissue with 9 markers using RNAscope We were able to reveal the heterogeneity of corneal limbal basal epithelium by defining novel dynamic trajectories for cell types in a pseudotemporal manner. This approach allowed us to identify the distinct clusters of LSCs and progenitors with exclusively expressed markers, and might apply for translational research on regenerating a normal corneal epithelium and restoring vision. Overall design: We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration and further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization.",
            "id": "SRP269263"
          },
          "id": "SRX8635112"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0006761",
              "name": "corneo-scleral junction"
            },
            "anatEntityAuthorAnnotation": "corneal limbal epithelial basal layer",
            "cellType": {
              "id": "CL:0000575",
              "name": "corneal epithelial cell"
            },
            "cellTypeAuthorAnnotation": "TDC (terminally differentiated cells)",
            "devStage": {
              "id": "HsapDv:0000237",
              "name": "third decade stage (human)"
            },
            "devStageAuthorAnnotation": "young donors (adut in HCA)",
            "sex": "NA",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.391708,
          "sdRefIntergenicDistribution": 3.819219,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35131569,
          "distinctRankCount": 7020,
          "maxRank": 27969.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 823020840,
            "mappedReadsCount": 543260720,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 15668,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP269263.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP269263_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP269263",
              "xRefName": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP269263",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.jtos.2020.12.004",
            "name": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
            "description": "Limbal stem cells (LSCs), known as corneal epithelial stem cells, are located at the basal epithelial layer of the corneal limbus and serve an important function in maintaining the homeostasis of the corneal epithelium. Several putative molecular markers of LSCs have been previously identified. However, the specificity of these markers remains largely controversial. To address this gap in the current understanding of LSCs, we performed a transcriptome profiling of heterogeneous corneal limbal basal cells using single-cell transcriptomics technology to identify LSCs and their exclusive markers. We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration using Seurat package (https://satijalab.org/seurat), about 16,400 cells were retained for further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization. We identified 11 unique clusters of cells assigned to a putative cell type based on published known biomarkers for differentiation, proliferation and putative epithelial stem cells. As a results, we found 2 Terminally Differentiated Cell (TDC), 3 Post-Mitotic Cell (PMC), 1 Transient Amplifying Cell (TAC), 2 Limbal Progenitor Cell (LPC), Putative Limbal Stem Cell (LSC) and 2 Melanocyte (MC) sub-cell type clusters. Furthermore, we confirmed the trajectory order of LSC differentiation for 9 clusters using Pseudotemporal and Functional PCA analysis. Lastly, we validated each assigned cell subtypes and determined their location in human corneal limbus tissue with 9 markers using RNAscope We were able to reveal the heterogeneity of corneal limbal basal epithelium by defining novel dynamic trajectories for cell types in a pseudotemporal manner. This approach allowed us to identify the distinct clusters of LSCs and progenitors with exclusively expressed markers, and might apply for translational research on regenerating a normal corneal epithelium and restoring vision. Overall design: We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration and further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization.",
            "id": "SRP269263"
          },
          "id": "SRX8635112"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0006761",
              "name": "corneo-scleral junction"
            },
            "anatEntityAuthorAnnotation": "corneal limbal epithelial basal layer",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "LPC (Limbal Progenitor Cell)",
            "devStage": {
              "id": "HsapDv:0000237",
              "name": "third decade stage (human)"
            },
            "devStageAuthorAnnotation": "young donors (adut in HCA)",
            "sex": "NA",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.627324,
          "sdRefIntergenicDistribution": 3.389904,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11816266,
          "distinctRankCount": 4262,
          "maxRank": 27148.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 823020840,
            "mappedReadsCount": 543260720,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 15668,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP269263.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP269263_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP269263",
              "xRefName": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP269263",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.jtos.2020.12.004",
            "name": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
            "description": "Limbal stem cells (LSCs), known as corneal epithelial stem cells, are located at the basal epithelial layer of the corneal limbus and serve an important function in maintaining the homeostasis of the corneal epithelium. Several putative molecular markers of LSCs have been previously identified. However, the specificity of these markers remains largely controversial. To address this gap in the current understanding of LSCs, we performed a transcriptome profiling of heterogeneous corneal limbal basal cells using single-cell transcriptomics technology to identify LSCs and their exclusive markers. We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration using Seurat package (https://satijalab.org/seurat), about 16,400 cells were retained for further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization. We identified 11 unique clusters of cells assigned to a putative cell type based on published known biomarkers for differentiation, proliferation and putative epithelial stem cells. As a results, we found 2 Terminally Differentiated Cell (TDC), 3 Post-Mitotic Cell (PMC), 1 Transient Amplifying Cell (TAC), 2 Limbal Progenitor Cell (LPC), Putative Limbal Stem Cell (LSC) and 2 Melanocyte (MC) sub-cell type clusters. Furthermore, we confirmed the trajectory order of LSC differentiation for 9 clusters using Pseudotemporal and Functional PCA analysis. Lastly, we validated each assigned cell subtypes and determined their location in human corneal limbus tissue with 9 markers using RNAscope We were able to reveal the heterogeneity of corneal limbal basal epithelium by defining novel dynamic trajectories for cell types in a pseudotemporal manner. This approach allowed us to identify the distinct clusters of LSCs and progenitors with exclusively expressed markers, and might apply for translational research on regenerating a normal corneal epithelium and restoring vision. Overall design: We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration and further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization.",
            "id": "SRP269263"
          },
          "id": "SRX8635112"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0006761",
              "name": "corneo-scleral junction"
            },
            "anatEntityAuthorAnnotation": "corneal limbal epithelial basal layer",
            "cellType": {
              "id": "CL:0000055",
              "name": "non-terminally differentiated cell"
            },
            "cellTypeAuthorAnnotation": "PMC (Post-Mitotic Cell)",
            "devStage": {
              "id": "HsapDv:0000237",
              "name": "third decade stage (human)"
            },
            "devStageAuthorAnnotation": "young donors (adut in HCA)",
            "sex": "NA",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.439664,
          "sdRefIntergenicDistribution": 3.796791,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33149352,
          "distinctRankCount": 6919,
          "maxRank": 27932.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 823020840,
            "mappedReadsCount": 543260720,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 15668,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP269263.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP269263_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP269263",
              "xRefName": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP269263",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.jtos.2020.12.004",
            "name": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
            "description": "Limbal stem cells (LSCs), known as corneal epithelial stem cells, are located at the basal epithelial layer of the corneal limbus and serve an important function in maintaining the homeostasis of the corneal epithelium. Several putative molecular markers of LSCs have been previously identified. However, the specificity of these markers remains largely controversial. To address this gap in the current understanding of LSCs, we performed a transcriptome profiling of heterogeneous corneal limbal basal cells using single-cell transcriptomics technology to identify LSCs and their exclusive markers. We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration using Seurat package (https://satijalab.org/seurat), about 16,400 cells were retained for further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization. We identified 11 unique clusters of cells assigned to a putative cell type based on published known biomarkers for differentiation, proliferation and putative epithelial stem cells. As a results, we found 2 Terminally Differentiated Cell (TDC), 3 Post-Mitotic Cell (PMC), 1 Transient Amplifying Cell (TAC), 2 Limbal Progenitor Cell (LPC), Putative Limbal Stem Cell (LSC) and 2 Melanocyte (MC) sub-cell type clusters. Furthermore, we confirmed the trajectory order of LSC differentiation for 9 clusters using Pseudotemporal and Functional PCA analysis. Lastly, we validated each assigned cell subtypes and determined their location in human corneal limbus tissue with 9 markers using RNAscope We were able to reveal the heterogeneity of corneal limbal basal epithelium by defining novel dynamic trajectories for cell types in a pseudotemporal manner. This approach allowed us to identify the distinct clusters of LSCs and progenitors with exclusively expressed markers, and might apply for translational research on regenerating a normal corneal epithelium and restoring vision. Overall design: We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration and further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization.",
            "id": "SRP269263"
          },
          "id": "SRX8635112"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0006761",
              "name": "corneo-scleral junction"
            },
            "anatEntityAuthorAnnotation": "corneal limbal epithelial basal layer",
            "cellType": {
              "id": "CL:0009010",
              "name": "transit amplifying cell"
            },
            "cellTypeAuthorAnnotation": "TAC (Transient Amplifying Cell)",
            "devStage": {
              "id": "HsapDv:0000237",
              "name": "third decade stage (human)"
            },
            "devStageAuthorAnnotation": "young donors (adut in HCA)",
            "sex": "NA",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.700081,
          "sdRefIntergenicDistribution": 2.810943,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4932472,
          "distinctRankCount": 3553,
          "maxRank": 26233.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 823020840,
            "mappedReadsCount": 543260720,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 15668,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP269263.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP269263_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP269263",
              "xRefName": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP269263",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.jtos.2020.12.004",
            "name": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
            "description": "Limbal stem cells (LSCs), known as corneal epithelial stem cells, are located at the basal epithelial layer of the corneal limbus and serve an important function in maintaining the homeostasis of the corneal epithelium. Several putative molecular markers of LSCs have been previously identified. However, the specificity of these markers remains largely controversial. To address this gap in the current understanding of LSCs, we performed a transcriptome profiling of heterogeneous corneal limbal basal cells using single-cell transcriptomics technology to identify LSCs and their exclusive markers. We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration using Seurat package (https://satijalab.org/seurat), about 16,400 cells were retained for further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization. We identified 11 unique clusters of cells assigned to a putative cell type based on published known biomarkers for differentiation, proliferation and putative epithelial stem cells. As a results, we found 2 Terminally Differentiated Cell (TDC), 3 Post-Mitotic Cell (PMC), 1 Transient Amplifying Cell (TAC), 2 Limbal Progenitor Cell (LPC), Putative Limbal Stem Cell (LSC) and 2 Melanocyte (MC) sub-cell type clusters. Furthermore, we confirmed the trajectory order of LSC differentiation for 9 clusters using Pseudotemporal and Functional PCA analysis. Lastly, we validated each assigned cell subtypes and determined their location in human corneal limbus tissue with 9 markers using RNAscope We were able to reveal the heterogeneity of corneal limbal basal epithelium by defining novel dynamic trajectories for cell types in a pseudotemporal manner. This approach allowed us to identify the distinct clusters of LSCs and progenitors with exclusively expressed markers, and might apply for translational research on regenerating a normal corneal epithelium and restoring vision. Overall design: We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration and further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization.",
            "id": "SRP269263"
          },
          "id": "SRX8635112"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0006761",
              "name": "corneo-scleral junction"
            },
            "anatEntityAuthorAnnotation": "corneal limbal epithelial basal layer",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "LSC (Limbal Stem Cell)",
            "devStage": {
              "id": "HsapDv:0000237",
              "name": "third decade stage (human)"
            },
            "devStageAuthorAnnotation": "young donors (adut in HCA)",
            "sex": "NA",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.621589,
          "sdRefIntergenicDistribution": 1.922631,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 601333,
          "distinctRankCount": 1018,
          "maxRank": 24266.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 861610927,
            "mappedReadsCount": 543214753,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 15668,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP269263.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP269263_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP269263",
              "xRefName": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP269263",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.jtos.2020.12.004",
            "name": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
            "description": "Limbal stem cells (LSCs), known as corneal epithelial stem cells, are located at the basal epithelial layer of the corneal limbus and serve an important function in maintaining the homeostasis of the corneal epithelium. Several putative molecular markers of LSCs have been previously identified. However, the specificity of these markers remains largely controversial. To address this gap in the current understanding of LSCs, we performed a transcriptome profiling of heterogeneous corneal limbal basal cells using single-cell transcriptomics technology to identify LSCs and their exclusive markers. We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration using Seurat package (https://satijalab.org/seurat), about 16,400 cells were retained for further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization. We identified 11 unique clusters of cells assigned to a putative cell type based on published known biomarkers for differentiation, proliferation and putative epithelial stem cells. As a results, we found 2 Terminally Differentiated Cell (TDC), 3 Post-Mitotic Cell (PMC), 1 Transient Amplifying Cell (TAC), 2 Limbal Progenitor Cell (LPC), Putative Limbal Stem Cell (LSC) and 2 Melanocyte (MC) sub-cell type clusters. Furthermore, we confirmed the trajectory order of LSC differentiation for 9 clusters using Pseudotemporal and Functional PCA analysis. Lastly, we validated each assigned cell subtypes and determined their location in human corneal limbus tissue with 9 markers using RNAscope We were able to reveal the heterogeneity of corneal limbal basal epithelium by defining novel dynamic trajectories for cell types in a pseudotemporal manner. This approach allowed us to identify the distinct clusters of LSCs and progenitors with exclusively expressed markers, and might apply for translational research on regenerating a normal corneal epithelium and restoring vision. Overall design: We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration and further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization.",
            "id": "SRP269263"
          },
          "id": "SRX8635113"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0006761",
              "name": "corneo-scleral junction"
            },
            "anatEntityAuthorAnnotation": "corneal limbal epithelial basal layer",
            "cellType": {
              "id": "CL:0000575",
              "name": "corneal epithelial cell"
            },
            "cellTypeAuthorAnnotation": "TDC (terminally differentiated cells)",
            "devStage": {
              "id": "HsapDv:0000237",
              "name": "third decade stage (human)"
            },
            "devStageAuthorAnnotation": "young donors (adut in HCA)",
            "sex": "NA",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.385097,
          "sdRefIntergenicDistribution": 4.001182,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35400964,
          "distinctRankCount": 6307,
          "maxRank": 27706.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 861610927,
            "mappedReadsCount": 543214753,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 15668,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP269263.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP269263_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP269263",
              "xRefName": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP269263",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.jtos.2020.12.004",
            "name": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
            "description": "Limbal stem cells (LSCs), known as corneal epithelial stem cells, are located at the basal epithelial layer of the corneal limbus and serve an important function in maintaining the homeostasis of the corneal epithelium. Several putative molecular markers of LSCs have been previously identified. However, the specificity of these markers remains largely controversial. To address this gap in the current understanding of LSCs, we performed a transcriptome profiling of heterogeneous corneal limbal basal cells using single-cell transcriptomics technology to identify LSCs and their exclusive markers. We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration using Seurat package (https://satijalab.org/seurat), about 16,400 cells were retained for further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization. We identified 11 unique clusters of cells assigned to a putative cell type based on published known biomarkers for differentiation, proliferation and putative epithelial stem cells. As a results, we found 2 Terminally Differentiated Cell (TDC), 3 Post-Mitotic Cell (PMC), 1 Transient Amplifying Cell (TAC), 2 Limbal Progenitor Cell (LPC), Putative Limbal Stem Cell (LSC) and 2 Melanocyte (MC) sub-cell type clusters. Furthermore, we confirmed the trajectory order of LSC differentiation for 9 clusters using Pseudotemporal and Functional PCA analysis. Lastly, we validated each assigned cell subtypes and determined their location in human corneal limbus tissue with 9 markers using RNAscope We were able to reveal the heterogeneity of corneal limbal basal epithelium by defining novel dynamic trajectories for cell types in a pseudotemporal manner. This approach allowed us to identify the distinct clusters of LSCs and progenitors with exclusively expressed markers, and might apply for translational research on regenerating a normal corneal epithelium and restoring vision. Overall design: We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration and further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization.",
            "id": "SRP269263"
          },
          "id": "SRX8635113"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0006761",
              "name": "corneo-scleral junction"
            },
            "anatEntityAuthorAnnotation": "corneal limbal epithelial basal layer",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "LPC (Limbal Progenitor Cell)",
            "devStage": {
              "id": "HsapDv:0000237",
              "name": "third decade stage (human)"
            },
            "devStageAuthorAnnotation": "young donors (adut in HCA)",
            "sex": "NA",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.419797,
          "sdRefIntergenicDistribution": 3.745154,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20294873,
          "distinctRankCount": 4607,
          "maxRank": 27328.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 861610927,
            "mappedReadsCount": 543214753,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 15668,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP269263.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP269263_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP269263",
              "xRefName": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP269263",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.jtos.2020.12.004",
            "name": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
            "description": "Limbal stem cells (LSCs), known as corneal epithelial stem cells, are located at the basal epithelial layer of the corneal limbus and serve an important function in maintaining the homeostasis of the corneal epithelium. Several putative molecular markers of LSCs have been previously identified. However, the specificity of these markers remains largely controversial. To address this gap in the current understanding of LSCs, we performed a transcriptome profiling of heterogeneous corneal limbal basal cells using single-cell transcriptomics technology to identify LSCs and their exclusive markers. We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration using Seurat package (https://satijalab.org/seurat), about 16,400 cells were retained for further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization. We identified 11 unique clusters of cells assigned to a putative cell type based on published known biomarkers for differentiation, proliferation and putative epithelial stem cells. As a results, we found 2 Terminally Differentiated Cell (TDC), 3 Post-Mitotic Cell (PMC), 1 Transient Amplifying Cell (TAC), 2 Limbal Progenitor Cell (LPC), Putative Limbal Stem Cell (LSC) and 2 Melanocyte (MC) sub-cell type clusters. Furthermore, we confirmed the trajectory order of LSC differentiation for 9 clusters using Pseudotemporal and Functional PCA analysis. Lastly, we validated each assigned cell subtypes and determined their location in human corneal limbus tissue with 9 markers using RNAscope We were able to reveal the heterogeneity of corneal limbal basal epithelium by defining novel dynamic trajectories for cell types in a pseudotemporal manner. This approach allowed us to identify the distinct clusters of LSCs and progenitors with exclusively expressed markers, and might apply for translational research on regenerating a normal corneal epithelium and restoring vision. Overall design: We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration and further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization.",
            "id": "SRP269263"
          },
          "id": "SRX8635113"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0006761",
              "name": "corneo-scleral junction"
            },
            "anatEntityAuthorAnnotation": "corneal limbal epithelial basal layer",
            "cellType": {
              "id": "CL:0000055",
              "name": "non-terminally differentiated cell"
            },
            "cellTypeAuthorAnnotation": "PMC (Post-Mitotic Cell)",
            "devStage": {
              "id": "HsapDv:0000237",
              "name": "third decade stage (human)"
            },
            "devStageAuthorAnnotation": "young donors (adut in HCA)",
            "sex": "NA",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.351825,
          "sdRefIntergenicDistribution": 4.230628,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 54474143,
          "distinctRankCount": 6966,
          "maxRank": 28225.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 861610927,
            "mappedReadsCount": 543214753,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 15668,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP269263.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP269263_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP269263",
              "xRefName": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP269263",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.jtos.2020.12.004",
            "name": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
            "description": "Limbal stem cells (LSCs), known as corneal epithelial stem cells, are located at the basal epithelial layer of the corneal limbus and serve an important function in maintaining the homeostasis of the corneal epithelium. Several putative molecular markers of LSCs have been previously identified. However, the specificity of these markers remains largely controversial. To address this gap in the current understanding of LSCs, we performed a transcriptome profiling of heterogeneous corneal limbal basal cells using single-cell transcriptomics technology to identify LSCs and their exclusive markers. We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration using Seurat package (https://satijalab.org/seurat), about 16,400 cells were retained for further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization. We identified 11 unique clusters of cells assigned to a putative cell type based on published known biomarkers for differentiation, proliferation and putative epithelial stem cells. As a results, we found 2 Terminally Differentiated Cell (TDC), 3 Post-Mitotic Cell (PMC), 1 Transient Amplifying Cell (TAC), 2 Limbal Progenitor Cell (LPC), Putative Limbal Stem Cell (LSC) and 2 Melanocyte (MC) sub-cell type clusters. Furthermore, we confirmed the trajectory order of LSC differentiation for 9 clusters using Pseudotemporal and Functional PCA analysis. Lastly, we validated each assigned cell subtypes and determined their location in human corneal limbus tissue with 9 markers using RNAscope We were able to reveal the heterogeneity of corneal limbal basal epithelium by defining novel dynamic trajectories for cell types in a pseudotemporal manner. This approach allowed us to identify the distinct clusters of LSCs and progenitors with exclusively expressed markers, and might apply for translational research on regenerating a normal corneal epithelium and restoring vision. Overall design: We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration and further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization.",
            "id": "SRP269263"
          },
          "id": "SRX8635113"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0006761",
              "name": "corneo-scleral junction"
            },
            "anatEntityAuthorAnnotation": "corneal limbal epithelial basal layer",
            "cellType": {
              "id": "CL:0009010",
              "name": "transit amplifying cell"
            },
            "cellTypeAuthorAnnotation": "TAC (Transient Amplifying Cell)",
            "devStage": {
              "id": "HsapDv:0000237",
              "name": "third decade stage (human)"
            },
            "devStageAuthorAnnotation": "young donors (adut in HCA)",
            "sex": "NA",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.626053,
          "sdRefIntergenicDistribution": 2.906599,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5535487,
          "distinctRankCount": 2925,
          "maxRank": 26159.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 861610927,
            "mappedReadsCount": 543214753,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 15668,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP269263.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP269263_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP269263",
              "xRefName": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP269263",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.jtos.2020.12.004",
            "name": "Single-cell transcriptomics uncovers human corneal limbal stem cells and its differentiation trajectory",
            "description": "Limbal stem cells (LSCs), known as corneal epithelial stem cells, are located at the basal epithelial layer of the corneal limbus and serve an important function in maintaining the homeostasis of the corneal epithelium. Several putative molecular markers of LSCs have been previously identified. However, the specificity of these markers remains largely controversial. To address this gap in the current understanding of LSCs, we performed a transcriptome profiling of heterogeneous corneal limbal basal cells using single-cell transcriptomics technology to identify LSCs and their exclusive markers. We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration using Seurat package (https://satijalab.org/seurat), about 16,400 cells were retained for further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization. We identified 11 unique clusters of cells assigned to a putative cell type based on published known biomarkers for differentiation, proliferation and putative epithelial stem cells. As a results, we found 2 Terminally Differentiated Cell (TDC), 3 Post-Mitotic Cell (PMC), 1 Transient Amplifying Cell (TAC), 2 Limbal Progenitor Cell (LPC), Putative Limbal Stem Cell (LSC) and 2 Melanocyte (MC) sub-cell type clusters. Furthermore, we confirmed the trajectory order of LSC differentiation for 9 clusters using Pseudotemporal and Functional PCA analysis. Lastly, we validated each assigned cell subtypes and determined their location in human corneal limbus tissue with 9 markers using RNAscope We were able to reveal the heterogeneity of corneal limbal basal epithelium by defining novel dynamic trajectories for cell types in a pseudotemporal manner. This approach allowed us to identify the distinct clusters of LSCs and progenitors with exclusively expressed markers, and might apply for translational research on regenerating a normal corneal epithelium and restoring vision. Overall design: We isolated limbal basal cells from two young donors, constructed scRNA-seq libraries, generated RNA-sequencing data using the 10x Genomics platform, and then finally obtained the transcriptome of about 18,000 individual single-cells using Cell ranger (https://10xgenomics.com). Next, we performed quality control, filtering and data integration and further downstream analysis such as dimensional reduction, unsupervised clustering, and Differentially expressed gene selection, trajectory analysis and visualization.",
            "id": "SRP269263"
          },
          "id": "SRX8635113"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0006761",
              "name": "corneo-scleral junction"
            },
            "anatEntityAuthorAnnotation": "corneal limbal epithelial basal layer",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "LSC (Limbal Stem Cell)",
            "devStage": {
              "id": "HsapDv:0000237",
              "name": "third decade stage (human)"
            },
            "devStageAuthorAnnotation": "young donors (adut in HCA)",
            "sex": "NA",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.308588,
          "sdRefIntergenicDistribution": 1.454792,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 85203,
          "distinctRankCount": 309,
          "maxRank": 21462.00
        },
        "barcode": ""
      }
    ],
    "downloadUrls": [
      {
        "text": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP269263.tsv.gz",
        "title": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP269263.tsv.gz"
      },
      {
        "text": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
        "href": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/Homo_sapiens_SRP269263_droplet_based.h5ad",
        "title": "Homo_sapiens_SRP269263_droplet_based.h5ad"
      }
    ]
  }
}