{
  "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": 36362,
      "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_ERP115651.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_ERP115651_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
        "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
        "baseUrl": "https://www.ebi.ac.uk/ena",
        "releaseVersion": "",
        "toDisplay": true,
        "category": "SC_RNA_SEQ",
        "displayOrder": 255,
        "name": "ENA",
        "description": "Single-cell RNA-Seq data source for various species",
        "id": 103
      },
      "xRef": {
        "xRefId": "ERP115651",
        "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
        "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
        "source": {
          "name": "ENA",
          "description": "Single-cell RNA-Seq data source for various species",
          "baseUrl": "https://www.ebi.ac.uk/ena"
        }
      },
      "assayCount": 0,
      "dOI": "10.1038/s41590-020-0602-z",
      "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
      "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
      "id": "ERP115651"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311055364,
            "mappedReadsCount": 179173230,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382888"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000815",
              "name": "regulatory T cell"
            },
            "cellTypeAuthorAnnotation": "Treg",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.590608,
          "sdRefIntergenicDistribution": 2.697791,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1413884,
          "distinctRankCount": 2155,
          "maxRank": 24956.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311055364,
            "mappedReadsCount": 179173230,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382888"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.704366,
          "sdRefIntergenicDistribution": 1.404665,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21829,
          "distinctRankCount": 165,
          "maxRank": 19488.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311055364,
            "mappedReadsCount": 179173230,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382888"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "gd T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.823126,
          "sdRefIntergenicDistribution": 1.482172,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 60099,
          "distinctRankCount": 363,
          "maxRank": 21150.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311055364,
            "mappedReadsCount": 179173230,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382888"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cycling DCs",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 54.253765,
          "sdRefIntergenicDistribution": 1.384795,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20561,
          "distinctRankCount": 164,
          "maxRank": 19593.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311055364,
            "mappedReadsCount": 179173230,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382888"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.113202,
          "sdRefIntergenicDistribution": 1.256112,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30937,
          "distinctRankCount": 204,
          "maxRank": 19864.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311055364,
            "mappedReadsCount": 179173230,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382888"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000843",
              "name": "follicular B cell"
            },
            "cellTypeAuthorAnnotation": "Follicular B cell",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 257.701273,
          "sdRefIntergenicDistribution": 1.249485,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3813,
          "distinctRankCount": 51,
          "maxRank": 18224.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311055364,
            "mappedReadsCount": 179173230,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382888"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0002465",
              "name": "CD11b-positive dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC2",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.726078,
          "sdRefIntergenicDistribution": 1.310456,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29623,
          "distinctRankCount": 192,
          "maxRank": 19773.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311055364,
            "mappedReadsCount": 179173230,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382888"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 248.151439,
          "sdRefIntergenicDistribution": 1.270596,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3998,
          "distinctRankCount": 54,
          "maxRank": 18215.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311055364,
            "mappedReadsCount": 179173230,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382888"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.273856,
          "sdRefIntergenicDistribution": 2.834879,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1778843,
          "distinctRankCount": 2239,
          "maxRank": 25004.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311055364,
            "mappedReadsCount": 179173230,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382888"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.244242,
          "sdRefIntergenicDistribution": 1.862701,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 455534,
          "distinctRankCount": 688,
          "maxRank": 22255.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311055364,
            "mappedReadsCount": 179173230,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382888"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.236057,
          "sdRefIntergenicDistribution": 2.974722,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2111840,
          "distinctRankCount": 2404,
          "maxRank": 25193.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311055364,
            "mappedReadsCount": 179173230,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382888"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.739096,
          "sdRefIntergenicDistribution": 3.246172,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4232207,
          "distinctRankCount": 3371,
          "maxRank": 25912.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311055364,
            "mappedReadsCount": 179173230,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382888"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000813",
              "name": "memory T cell"
            },
            "cellTypeAuthorAnnotation": "Tcm",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.158535,
          "sdRefIntergenicDistribution": 2.302134,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 729224,
          "distinctRankCount": 1325,
          "maxRank": 24018.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311055364,
            "mappedReadsCount": 179173230,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382888"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.196715,
          "sdRefIntergenicDistribution": 2.214575,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 481783,
          "distinctRankCount": 1197,
          "maxRank": 23738.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311055364,
            "mappedReadsCount": 179173230,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382888"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.987135,
          "sdRefIntergenicDistribution": 1.503978,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29281,
          "distinctRankCount": 240,
          "maxRank": 20243.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311055364,
            "mappedReadsCount": 179173230,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382888"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0002038",
              "name": "T follicular helper cell"
            },
            "cellTypeAuthorAnnotation": "Tfh",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.668631,
          "sdRefIntergenicDistribution": 1.645179,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 90023,
          "distinctRankCount": 352,
          "maxRank": 21490.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000815",
              "name": "regulatory T cell"
            },
            "cellTypeAuthorAnnotation": "Treg",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.099943,
          "sdRefIntergenicDistribution": 1.310355,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16048,
          "distinctRankCount": 136,
          "maxRank": 19346.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.884791,
          "sdRefIntergenicDistribution": 1.543582,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 75013,
          "distinctRankCount": 387,
          "maxRank": 20807.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "gd T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.986241,
          "sdRefIntergenicDistribution": 1.995741,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 428124,
          "distinctRankCount": 859,
          "maxRank": 23575.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cycling DCs",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.987506,
          "sdRefIntergenicDistribution": 1.518341,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 150212,
          "distinctRankCount": 570,
          "maxRank": 21974.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "LYVE1 Macrophage",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 114.784957,
          "sdRefIntergenicDistribution": 1.234223,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8959,
          "distinctRankCount": 78,
          "maxRank": 18721.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.898479,
          "sdRefIntergenicDistribution": 1.692164,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 226796,
          "distinctRankCount": 679,
          "maxRank": 22403.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000843",
              "name": "follicular B cell"
            },
            "cellTypeAuthorAnnotation": "Follicular B cell",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.815756,
          "sdRefIntergenicDistribution": 2.714729,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2181718,
          "distinctRankCount": 1938,
          "maxRank": 25262.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0002465",
              "name": "CD11b-positive dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC2",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.233274,
          "sdRefIntergenicDistribution": 1.584685,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 172622,
          "distinctRankCount": 627,
          "maxRank": 22269.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.647911,
          "sdRefIntergenicDistribution": 2.528540,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1901941,
          "distinctRankCount": 2231,
          "maxRank": 25086.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.995873,
          "sdRefIntergenicDistribution": 1.382065,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24410,
          "distinctRankCount": 159,
          "maxRank": 19690.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell cycling",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.055897,
          "sdRefIntergenicDistribution": 1.554710,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 134819,
          "distinctRankCount": 495,
          "maxRank": 21457.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.333274,
          "sdRefIntergenicDistribution": 3.593699,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38147017,
          "distinctRankCount": 5439,
          "maxRank": 27171.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgG Plasma",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.818444,
          "sdRefIntergenicDistribution": 1.929043,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 858659,
          "distinctRankCount": 909,
          "maxRank": 22994.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.453035,
          "sdRefIntergenicDistribution": 1.427491,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 44483,
          "distinctRankCount": 271,
          "maxRank": 20653.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.989376,
          "sdRefIntergenicDistribution": 1.489661,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 53621,
          "distinctRankCount": 270,
          "maxRank": 20594.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000813",
              "name": "memory T cell"
            },
            "cellTypeAuthorAnnotation": "Tcm",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 244.936974,
          "sdRefIntergenicDistribution": 1.181963,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4006,
          "distinctRankCount": 56,
          "maxRank": 18123.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.557462,
          "sdRefIntergenicDistribution": 2.436234,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1025527,
          "distinctRankCount": 1407,
          "maxRank": 24533.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.418317,
          "sdRefIntergenicDistribution": 1.458457,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 48881,
          "distinctRankCount": 306,
          "maxRank": 20889.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.273976,
          "sdRefIntergenicDistribution": 1.444453,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 53992,
          "distinctRankCount": 271,
          "maxRank": 21050.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC1",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.357005,
          "sdRefIntergenicDistribution": 1.423193,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 110906,
          "distinctRankCount": 455,
          "maxRank": 21173.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357490542,
            "mappedReadsCount": 256900746,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.923378,
          "sdRefIntergenicDistribution": 2.394890,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1235766,
          "distinctRankCount": 1447,
          "maxRank": 24520.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 335929030,
            "mappedReadsCount": 193225040,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382890"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0002038",
              "name": "T follicular helper cell"
            },
            "cellTypeAuthorAnnotation": "Tfh",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.776013,
          "sdRefIntergenicDistribution": 3.355690,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5031842,
          "distinctRankCount": 3335,
          "maxRank": 26143.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 335929030,
            "mappedReadsCount": 193225040,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382890"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000843",
              "name": "follicular B cell"
            },
            "cellTypeAuthorAnnotation": "Follicular B cell",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.025167,
          "sdRefIntergenicDistribution": 1.317841,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21887,
          "distinctRankCount": 153,
          "maxRank": 19437.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 335929030,
            "mappedReadsCount": 193225040,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382890"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.114903,
          "sdRefIntergenicDistribution": 1.355385,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14861,
          "distinctRankCount": 128,
          "maxRank": 19226.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 335929030,
            "mappedReadsCount": 193225040,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382890"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.973924,
          "sdRefIntergenicDistribution": 1.368397,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21361,
          "distinctRankCount": 155,
          "maxRank": 19433.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 335929030,
            "mappedReadsCount": 193225040,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382890"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000813",
              "name": "memory T cell"
            },
            "cellTypeAuthorAnnotation": "Tcm",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.548090,
          "sdRefIntergenicDistribution": 3.179640,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4722435,
          "distinctRankCount": 3123,
          "maxRank": 25972.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 335929030,
            "mappedReadsCount": 193225040,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382890"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000815",
              "name": "regulatory T cell"
            },
            "cellTypeAuthorAnnotation": "Treg",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.049398,
          "sdRefIntergenicDistribution": 2.886833,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2226085,
          "distinctRankCount": 2414,
          "maxRank": 25316.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 335929030,
            "mappedReadsCount": 193225040,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382890"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 130.643772,
          "sdRefIntergenicDistribution": 1.323145,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6975,
          "distinctRankCount": 61,
          "maxRank": 18685.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 335929030,
            "mappedReadsCount": 193225040,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382890"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.095200,
          "sdRefIntergenicDistribution": 2.231607,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 506105,
          "distinctRankCount": 1018,
          "maxRank": 23670.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 335929030,
            "mappedReadsCount": 193225040,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382890"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.663252,
          "sdRefIntergenicDistribution": 1.437716,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 44122,
          "distinctRankCount": 238,
          "maxRank": 20394.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 335929030,
            "mappedReadsCount": 193225040,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382890"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.395515,
          "sdRefIntergenicDistribution": 1.768168,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 163522,
          "distinctRankCount": 531,
          "maxRank": 22141.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 335929030,
            "mappedReadsCount": 193225040,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382890"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.021764,
          "sdRefIntergenicDistribution": 1.405855,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27214,
          "distinctRankCount": 152,
          "maxRank": 19783.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 335929030,
            "mappedReadsCount": 193225040,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382890"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000868",
              "name": "lymph node macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 470.145745,
          "sdRefIntergenicDistribution": 1.000000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0002038",
              "name": "T follicular helper cell"
            },
            "cellTypeAuthorAnnotation": "Tfh",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.105478,
          "sdRefIntergenicDistribution": 1.491930,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 43986,
          "distinctRankCount": 214,
          "maxRank": 20387.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000843",
              "name": "follicular B cell"
            },
            "cellTypeAuthorAnnotation": "Follicular B cell",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.717213,
          "sdRefIntergenicDistribution": 3.276494,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5484576,
          "distinctRankCount": 3455,
          "maxRank": 26156.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 323.572597,
          "sdRefIntergenicDistribution": 1.278417,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2925,
          "distinctRankCount": 39,
          "maxRank": 18109.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000813",
              "name": "memory T cell"
            },
            "cellTypeAuthorAnnotation": "Tcm",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.337360,
          "sdRefIntergenicDistribution": 1.474719,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55023,
          "distinctRankCount": 271,
          "maxRank": 20578.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000815",
              "name": "regulatory T cell"
            },
            "cellTypeAuthorAnnotation": "Treg",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.637178,
          "sdRefIntergenicDistribution": 1.509158,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 79524,
          "distinctRankCount": 320,
          "maxRank": 21360.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.957110,
          "sdRefIntergenicDistribution": 1.874231,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 183315,
          "distinctRankCount": 631,
          "maxRank": 22962.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.211770,
          "sdRefIntergenicDistribution": 2.871875,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1935213,
          "distinctRankCount": 2035,
          "maxRank": 25228.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.583996,
          "sdRefIntergenicDistribution": 3.244899,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5665098,
          "distinctRankCount": 3712,
          "maxRank": 26193.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 121.507622,
          "sdRefIntergenicDistribution": 1.313779,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8178,
          "distinctRankCount": 96,
          "maxRank": 18618.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell cycling",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 81.895426,
          "sdRefIntergenicDistribution": 1.168606,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12881,
          "distinctRankCount": 101,
          "maxRank": 18945.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.744957,
          "sdRefIntergenicDistribution": 1.614521,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 158778,
          "distinctRankCount": 379,
          "maxRank": 21239.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgG Plasma",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.383914,
          "sdRefIntergenicDistribution": 1.544733,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 96242,
          "distinctRankCount": 229,
          "maxRank": 19792.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000868",
              "name": "lymph node macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 81.176033,
          "sdRefIntergenicDistribution": 1.585280,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14753,
          "distinctRankCount": 112,
          "maxRank": 18842.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cycling DCs",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 186.031254,
          "sdRefIntergenicDistribution": 1.165618,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5680,
          "distinctRankCount": 48,
          "maxRank": 18367.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Lymphoid DC",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 71.625264,
          "sdRefIntergenicDistribution": 1.351601,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14877,
          "distinctRankCount": 120,
          "maxRank": 18868.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "pDC",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.471151,
          "sdRefIntergenicDistribution": 1.478591,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 43722,
          "distinctRankCount": 267,
          "maxRank": 20612.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "cycling gd T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.711510,
          "sdRefIntergenicDistribution": 1.455190,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 45494,
          "distinctRankCount": 340,
          "maxRank": 20772.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "gd T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.881801,
          "sdRefIntergenicDistribution": 1.457266,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32503,
          "distinctRankCount": 204,
          "maxRank": 20458.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0002465",
              "name": "CD11b-positive dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC2",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.444129,
          "sdRefIntergenicDistribution": 1.568524,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 90903,
          "distinctRankCount": 553,
          "maxRank": 21393.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 87.630083,
          "sdRefIntergenicDistribution": 1.294675,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11830,
          "distinctRankCount": 84,
          "maxRank": 18875.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC1",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 119.160426,
          "sdRefIntergenicDistribution": 1.203521,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8792,
          "distinctRankCount": 75,
          "maxRank": 18359.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 341035179,
            "mappedReadsCount": 195309126,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.798932,
          "sdRefIntergenicDistribution": 1.920931,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 224433,
          "distinctRankCount": 737,
          "maxRank": 22967.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.936039,
          "sdRefIntergenicDistribution": 2.697910,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1107081,
          "distinctRankCount": 1907,
          "maxRank": 24508.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.733077,
          "sdRefIntergenicDistribution": 1.431927,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17209,
          "distinctRankCount": 129,
          "maxRank": 19600.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 209.890260,
          "sdRefIntergenicDistribution": 1.329151,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4860,
          "distinctRankCount": 61,
          "maxRank": 18327.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000843",
              "name": "follicular B cell"
            },
            "cellTypeAuthorAnnotation": "Follicular B cell",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 124.561287,
          "sdRefIntergenicDistribution": 1.346460,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8133,
          "distinctRankCount": 73,
          "maxRank": 18582.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "cycling gd T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 213.722571,
          "sdRefIntergenicDistribution": 1.348710,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4372,
          "distinctRankCount": 44,
          "maxRank": 18413.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "gd T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 132.807443,
          "sdRefIntergenicDistribution": 1.371440,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7250,
          "distinctRankCount": 62,
          "maxRank": 18723.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.428515,
          "sdRefIntergenicDistribution": 1.726754,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 310566,
          "distinctRankCount": 605,
          "maxRank": 21770.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgG Plasma",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.857795,
          "sdRefIntergenicDistribution": 1.437618,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30431,
          "distinctRankCount": 137,
          "maxRank": 19219.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0009038",
              "name": "colon macrophage"
            },
            "cellTypeAuthorAnnotation": "LYVE1 Macrophage",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 113.125530,
          "sdRefIntergenicDistribution": 1.343935,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9595,
          "distinctRankCount": 79,
          "maxRank": 18788.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0009038",
              "name": "colon macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.171614,
          "sdRefIntergenicDistribution": 1.450345,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30435,
          "distinctRankCount": 234,
          "maxRank": 19899.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0002465",
              "name": "CD11b-positive dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC2",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 271.799672,
          "sdRefIntergenicDistribution": 1.408556,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3264,
          "distinctRankCount": 54,
          "maxRank": 18118.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.367261,
          "sdRefIntergenicDistribution": 2.923897,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1846542,
          "distinctRankCount": 2692,
          "maxRank": 25056.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000815",
              "name": "regulatory T cell"
            },
            "cellTypeAuthorAnnotation": "Treg",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.378495,
          "sdRefIntergenicDistribution": 2.073731,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 335926,
          "distinctRankCount": 1088,
          "maxRank": 23260.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.159288,
          "sdRefIntergenicDistribution": 2.472885,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 826377,
          "distinctRankCount": 1701,
          "maxRank": 24146.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.814867,
          "sdRefIntergenicDistribution": 1.731002,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 122480,
          "distinctRankCount": 545,
          "maxRank": 22033.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 106.185405,
          "sdRefIntergenicDistribution": 1.324696,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10143,
          "distinctRankCount": 81,
          "maxRank": 18607.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000813",
              "name": "memory T cell"
            },
            "cellTypeAuthorAnnotation": "Tcm",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.752731,
          "sdRefIntergenicDistribution": 1.577522,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55952,
          "distinctRankCount": 494,
          "maxRank": 20854.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 325723050,
            "mappedReadsCount": 190601736,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0002038",
              "name": "T follicular helper cell"
            },
            "cellTypeAuthorAnnotation": "Tfh",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.476319,
          "sdRefIntergenicDistribution": 1.490207,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 41973,
          "distinctRankCount": 232,
          "maxRank": 20347.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 109.068599,
          "sdRefIntergenicDistribution": 1.259808,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9096,
          "distinctRankCount": 90,
          "maxRank": 18772.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.218658,
          "sdRefIntergenicDistribution": 1.378862,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35052,
          "distinctRankCount": 217,
          "maxRank": 20584.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.607031,
          "sdRefIntergenicDistribution": 2.345699,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1460638,
          "distinctRankCount": 1695,
          "maxRank": 24609.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000843",
              "name": "follicular B cell"
            },
            "cellTypeAuthorAnnotation": "Follicular B cell",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.749046,
          "sdRefIntergenicDistribution": 1.654770,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 166597,
          "distinctRankCount": 462,
          "maxRank": 22208.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "gd T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.850610,
          "sdRefIntergenicDistribution": 1.747420,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 201273,
          "distinctRankCount": 602,
          "maxRank": 22889.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.338648,
          "sdRefIntergenicDistribution": 3.536586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 44100849,
          "distinctRankCount": 6023,
          "maxRank": 27536.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgG Plasma",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.741147,
          "sdRefIntergenicDistribution": 2.453108,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3545108,
          "distinctRankCount": 2274,
          "maxRank": 24844.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0009038",
              "name": "colon macrophage"
            },
            "cellTypeAuthorAnnotation": "LYVE1 Macrophage",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.335187,
          "sdRefIntergenicDistribution": 1.395670,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29372,
          "distinctRankCount": 177,
          "maxRank": 20024.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0009038",
              "name": "colon macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.447124,
          "sdRefIntergenicDistribution": 1.730549,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 309621,
          "distinctRankCount": 889,
          "maxRank": 22984.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0002465",
              "name": "CD11b-positive dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC2",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.843933,
          "sdRefIntergenicDistribution": 1.728456,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 285476,
          "distinctRankCount": 886,
          "maxRank": 22873.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.590150,
          "sdRefIntergenicDistribution": 1.426011,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 36696,
          "distinctRankCount": 226,
          "maxRank": 20369.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 95.923214,
          "sdRefIntergenicDistribution": 1.304934,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10596,
          "distinctRankCount": 94,
          "maxRank": 18938.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.256959,
          "sdRefIntergenicDistribution": 1.876739,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 289980,
          "distinctRankCount": 647,
          "maxRank": 23108.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 87.217477,
          "sdRefIntergenicDistribution": 1.349007,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11951,
          "distinctRankCount": 110,
          "maxRank": 19003.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cycling DCs",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.967269,
          "sdRefIntergenicDistribution": 1.517925,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 119372,
          "distinctRankCount": 530,
          "maxRank": 21845.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 228.551312,
          "sdRefIntergenicDistribution": 1.231342,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4369,
          "distinctRankCount": 51,
          "maxRank": 18326.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC1",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.216583,
          "sdRefIntergenicDistribution": 1.447742,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 37090,
          "distinctRankCount": 270,
          "maxRank": 20060.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362853868,
            "mappedReadsCount": 265182647,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.433183,
          "sdRefIntergenicDistribution": 1.927771,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 487918,
          "distinctRankCount": 893,
          "maxRank": 23498.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364292009,
            "mappedReadsCount": 216347774,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382894"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.287875,
          "sdRefIntergenicDistribution": 3.088302,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2448544,
          "distinctRankCount": 3030,
          "maxRank": 25404.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364292009,
            "mappedReadsCount": 216347774,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382894"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.406168,
          "sdRefIntergenicDistribution": 1.500081,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21388,
          "distinctRankCount": 174,
          "maxRank": 19758.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364292009,
            "mappedReadsCount": 216347774,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382894"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0009038",
              "name": "colon macrophage"
            },
            "cellTypeAuthorAnnotation": "LYVE1 Macrophage",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.604606,
          "sdRefIntergenicDistribution": 1.313616,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16462,
          "distinctRankCount": 121,
          "maxRank": 19310.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364292009,
            "mappedReadsCount": 216347774,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382894"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0009038",
              "name": "colon macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.793514,
          "sdRefIntergenicDistribution": 1.576984,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 113475,
          "distinctRankCount": 532,
          "maxRank": 21854.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364292009,
            "mappedReadsCount": 216347774,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382894"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cycling DCs",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.684246,
          "sdRefIntergenicDistribution": 1.366033,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 39549,
          "distinctRankCount": 234,
          "maxRank": 20477.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364292009,
            "mappedReadsCount": 216347774,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382894"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0002465",
              "name": "CD11b-positive dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC2",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.702682,
          "sdRefIntergenicDistribution": 1.419228,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 42705,
          "distinctRankCount": 286,
          "maxRank": 20190.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364292009,
            "mappedReadsCount": 216347774,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382894"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0002038",
              "name": "T follicular helper cell"
            },
            "cellTypeAuthorAnnotation": "Tfh",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 294.338062,
          "sdRefIntergenicDistribution": 1.149367,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3220,
          "distinctRankCount": 43,
          "maxRank": 18065.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364292009,
            "mappedReadsCount": 216347774,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382894"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.999999,
          "sdRefIntergenicDistribution": 2.591559,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 973401,
          "distinctRankCount": 1732,
          "maxRank": 24354.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364292009,
            "mappedReadsCount": 216347774,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382894"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.383546,
          "sdRefIntergenicDistribution": 2.847849,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1624188,
          "distinctRankCount": 2284,
          "maxRank": 24852.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364292009,
            "mappedReadsCount": 216347774,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382894"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.931229,
          "sdRefIntergenicDistribution": 2.119859,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 373363,
          "distinctRankCount": 945,
          "maxRank": 23312.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364292009,
            "mappedReadsCount": 216347774,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382894"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000815",
              "name": "regulatory T cell"
            },
            "cellTypeAuthorAnnotation": "Treg",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.669899,
          "sdRefIntergenicDistribution": 1.987317,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 293116,
          "distinctRankCount": 903,
          "maxRank": 23063.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364292009,
            "mappedReadsCount": 216347774,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382894"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.113584,
          "sdRefIntergenicDistribution": 1.912268,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 490273,
          "distinctRankCount": 770,
          "maxRank": 22382.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364292009,
            "mappedReadsCount": 216347774,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382894"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "gd T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.868001,
          "sdRefIntergenicDistribution": 1.444710,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25463,
          "distinctRankCount": 182,
          "maxRank": 20028.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364292009,
            "mappedReadsCount": 216347774,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382894"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000813",
              "name": "memory T cell"
            },
            "cellTypeAuthorAnnotation": "Tcm",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.896521,
          "sdRefIntergenicDistribution": 1.508900,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 72944,
          "distinctRankCount": 320,
          "maxRank": 20878.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.535686,
          "sdRefIntergenicDistribution": 1.399733,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29849,
          "distinctRankCount": 205,
          "maxRank": 19902.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.947807,
          "sdRefIntergenicDistribution": 1.413131,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32016,
          "distinctRankCount": 207,
          "maxRank": 20217.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0009038",
              "name": "colon macrophage"
            },
            "cellTypeAuthorAnnotation": "LYVE1 Macrophage",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 92.457594,
          "sdRefIntergenicDistribution": 1.272983,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11150,
          "distinctRankCount": 96,
          "maxRank": 18890.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0009038",
              "name": "colon macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.730435,
          "sdRefIntergenicDistribution": 1.888274,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 573201,
          "distinctRankCount": 1253,
          "maxRank": 23556.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cycling DCs",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.385901,
          "sdRefIntergenicDistribution": 1.699945,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 316077,
          "distinctRankCount": 1004,
          "maxRank": 23081.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0002465",
              "name": "CD11b-positive dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC2",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.866377,
          "sdRefIntergenicDistribution": 1.816968,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 302224,
          "distinctRankCount": 870,
          "maxRank": 22785.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.982077,
          "sdRefIntergenicDistribution": 1.343045,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18463,
          "distinctRankCount": 151,
          "maxRank": 19333.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.555617,
          "sdRefIntergenicDistribution": 1.375541,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18590,
          "distinctRankCount": 159,
          "maxRank": 19408.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.167573,
          "sdRefIntergenicDistribution": 2.039479,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 415799,
          "distinctRankCount": 792,
          "maxRank": 23432.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell cycling",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.105983,
          "sdRefIntergenicDistribution": 1.566610,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 43271,
          "distinctRankCount": 217,
          "maxRank": 19740.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.359801,
          "sdRefIntergenicDistribution": 3.652591,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 42587535,
          "distinctRankCount": 5770,
          "maxRank": 27181.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgG Plasma",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.928572,
          "sdRefIntergenicDistribution": 2.004676,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 854577,
          "distinctRankCount": 1067,
          "maxRank": 22972.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "cycling gd T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 185.358128,
          "sdRefIntergenicDistribution": 1.241708,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5302,
          "distinctRankCount": 55,
          "maxRank": 18618.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "gd T",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.371056,
          "sdRefIntergenicDistribution": 1.675082,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 156910,
          "distinctRankCount": 546,
          "maxRank": 22359.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.252310,
          "sdRefIntergenicDistribution": 1.557745,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 98016,
          "distinctRankCount": 388,
          "maxRank": 21471.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000843",
              "name": "follicular B cell"
            },
            "cellTypeAuthorAnnotation": "Follicular B cell",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.739430,
          "sdRefIntergenicDistribution": 1.509845,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 83667,
          "distinctRankCount": 327,
          "maxRank": 21231.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.470377,
          "sdRefIntergenicDistribution": 1.294590,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14131,
          "distinctRankCount": 115,
          "maxRank": 19265.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.775371,
          "sdRefIntergenicDistribution": 1.318228,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20473,
          "distinctRankCount": 143,
          "maxRank": 19476.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.487713,
          "sdRefIntergenicDistribution": 2.541069,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1809296,
          "distinctRankCount": 1688,
          "maxRank": 24701.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 478380740,
            "mappedReadsCount": 356590979,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC1",
            "devStage": {
              "id": "HsapDv:0000241",
              "name": "seventh decade stage (human)"
            },
            "devStageAuthorAnnotation": "60 to 64",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.805179,
          "sdRefIntergenicDistribution": 1.659588,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 191598,
          "distinctRankCount": 683,
          "maxRank": 21880.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 390267448,
            "mappedReadsCount": 240761693,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382896"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.518086,
          "sdRefIntergenicDistribution": 3.460314,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5453127,
          "distinctRankCount": 4332,
          "maxRank": 25993.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 390267448,
            "mappedReadsCount": 240761693,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382896"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.406638,
          "sdRefIntergenicDistribution": 1.501611,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26397,
          "distinctRankCount": 206,
          "maxRank": 19552.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 390267448,
            "mappedReadsCount": 240761693,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382896"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.858406,
          "sdRefIntergenicDistribution": 1.913959,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 531023,
          "distinctRankCount": 675,
          "maxRank": 22208.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 390267448,
            "mappedReadsCount": 240761693,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382896"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgG Plasma",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.417439,
          "sdRefIntergenicDistribution": 1.515063,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24318,
          "distinctRankCount": 108,
          "maxRank": 18631.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 390267448,
            "mappedReadsCount": 240761693,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382896"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 233.425568,
          "sdRefIntergenicDistribution": 1.410509,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4506,
          "distinctRankCount": 68,
          "maxRank": 18270.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 390267448,
            "mappedReadsCount": 240761693,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382896"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.589228,
          "sdRefIntergenicDistribution": 2.673478,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1158963,
          "distinctRankCount": 2013,
          "maxRank": 24316.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 390267448,
            "mappedReadsCount": 240761693,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382896"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.183786,
          "sdRefIntergenicDistribution": 1.480372,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40800,
          "distinctRankCount": 262,
          "maxRank": 20069.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 390267448,
            "mappedReadsCount": 240761693,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382896"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000815",
              "name": "regulatory T cell"
            },
            "cellTypeAuthorAnnotation": "Treg",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.729595,
          "sdRefIntergenicDistribution": 2.262134,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 561599,
          "distinctRankCount": 1666,
          "maxRank": 23659.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 390267448,
            "mappedReadsCount": 240761693,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382896"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.634680,
          "sdRefIntergenicDistribution": 1.955269,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 282686,
          "distinctRankCount": 734,
          "maxRank": 22605.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 390267448,
            "mappedReadsCount": 240761693,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382896"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000813",
              "name": "memory T cell"
            },
            "cellTypeAuthorAnnotation": "Tcm",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.715009,
          "sdRefIntergenicDistribution": 1.730109,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 175249,
          "distinctRankCount": 680,
          "maxRank": 21957.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 390267448,
            "mappedReadsCount": 240761693,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382896"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.922568,
          "sdRefIntergenicDistribution": 1.733111,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 110212,
          "distinctRankCount": 509,
          "maxRank": 21593.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 390267448,
            "mappedReadsCount": 240761693,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382896"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0002038",
              "name": "T follicular helper cell"
            },
            "cellTypeAuthorAnnotation": "Tfh",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.214449,
          "sdRefIntergenicDistribution": 1.399291,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24145,
          "distinctRankCount": 178,
          "maxRank": 19308.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 403784286,
            "mappedReadsCount": 316595868,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382897"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.326987,
          "sdRefIntergenicDistribution": 1.442789,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25115,
          "distinctRankCount": 183,
          "maxRank": 19489.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 403784286,
            "mappedReadsCount": 316595868,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382897"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell cycling",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.405156,
          "sdRefIntergenicDistribution": 1.495261,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 31112,
          "distinctRankCount": 187,
          "maxRank": 19419.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 403784286,
            "mappedReadsCount": 316595868,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382897"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.385896,
          "sdRefIntergenicDistribution": 3.653094,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30025912,
          "distinctRankCount": 4675,
          "maxRank": 26755.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 403784286,
            "mappedReadsCount": 316595868,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382897"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgG Plasma",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.566407,
          "sdRefIntergenicDistribution": 1.904454,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 588751,
          "distinctRankCount": 666,
          "maxRank": 22423.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 403784286,
            "mappedReadsCount": 316595868,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382897"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.930270,
          "sdRefIntergenicDistribution": 1.565741,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 74285,
          "distinctRankCount": 347,
          "maxRank": 20750.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 403784286,
            "mappedReadsCount": 316595868,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382897"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 178.009209,
          "sdRefIntergenicDistribution": 1.323480,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5755,
          "distinctRankCount": 76,
          "maxRank": 18391.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 403784286,
            "mappedReadsCount": 316595868,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382897"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.759811,
          "sdRefIntergenicDistribution": 1.506450,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 41897,
          "distinctRankCount": 297,
          "maxRank": 20066.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 403784286,
            "mappedReadsCount": 316595868,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382897"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000815",
              "name": "regulatory T cell"
            },
            "cellTypeAuthorAnnotation": "Treg",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 168.863203,
          "sdRefIntergenicDistribution": 1.299872,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6112,
          "distinctRankCount": 75,
          "maxRank": 18313.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 403784286,
            "mappedReadsCount": 316595868,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382897"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 131.881650,
          "sdRefIntergenicDistribution": 1.265949,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7474,
          "distinctRankCount": 94,
          "maxRank": 18556.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 403784286,
            "mappedReadsCount": 316595868,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382897"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.309023,
          "sdRefIntergenicDistribution": 2.246214,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 619771,
          "distinctRankCount": 1132,
          "maxRank": 23644.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 403784286,
            "mappedReadsCount": 316595868,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382897"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "cycling gd T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 112.578012,
          "sdRefIntergenicDistribution": 1.303276,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9036,
          "distinctRankCount": 99,
          "maxRank": 18812.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 403784286,
            "mappedReadsCount": 316595868,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382897"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "gd T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.426919,
          "sdRefIntergenicDistribution": 1.766987,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 160265,
          "distinctRankCount": 558,
          "maxRank": 22131.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 403784286,
            "mappedReadsCount": 316595868,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382897"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000843",
              "name": "follicular B cell"
            },
            "cellTypeAuthorAnnotation": "Follicular B cell",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 125.337810,
          "sdRefIntergenicDistribution": 1.275278,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8039,
          "distinctRankCount": 95,
          "maxRank": 18530.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 403784286,
            "mappedReadsCount": 316595868,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382897"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.403741,
          "sdRefIntergenicDistribution": 1.563860,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 129680,
          "distinctRankCount": 461,
          "maxRank": 21696.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 403784286,
            "mappedReadsCount": 316595868,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382897"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.776920,
          "sdRefIntergenicDistribution": 1.533416,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 52470,
          "distinctRankCount": 318,
          "maxRank": 20731.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 403784286,
            "mappedReadsCount": 316595868,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382897"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.673918,
          "sdRefIntergenicDistribution": 1.487530,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35062,
          "distinctRankCount": 235,
          "maxRank": 20144.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371492553,
            "mappedReadsCount": 218612444,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382898"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000815",
              "name": "regulatory T cell"
            },
            "cellTypeAuthorAnnotation": "Treg",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.293175,
          "sdRefIntergenicDistribution": 2.459384,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 748337,
          "distinctRankCount": 1650,
          "maxRank": 23967.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371492553,
            "mappedReadsCount": 218612444,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382898"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 296.898728,
          "sdRefIntergenicDistribution": 1.334866,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3438,
          "distinctRankCount": 53,
          "maxRank": 18094.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371492553,
            "mappedReadsCount": 218612444,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382898"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.084604,
          "sdRefIntergenicDistribution": 1.415062,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21436,
          "distinctRankCount": 215,
          "maxRank": 19255.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371492553,
            "mappedReadsCount": 218612444,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382898"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0002038",
              "name": "T follicular helper cell"
            },
            "cellTypeAuthorAnnotation": "Tfh",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.167834,
          "sdRefIntergenicDistribution": 2.971192,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1934968,
          "distinctRankCount": 2650,
          "maxRank": 24873.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371492553,
            "mappedReadsCount": 218612444,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382898"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000813",
              "name": "memory T cell"
            },
            "cellTypeAuthorAnnotation": "Tcm",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.046131,
          "sdRefIntergenicDistribution": 2.903595,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1922576,
          "distinctRankCount": 2372,
          "maxRank": 24835.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371492553,
            "mappedReadsCount": 218612444,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382898"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.148867,
          "sdRefIntergenicDistribution": 1.699772,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 96893,
          "distinctRankCount": 463,
          "maxRank": 21122.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371492553,
            "mappedReadsCount": 218612444,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382898"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.174154,
          "sdRefIntergenicDistribution": 1.745317,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 132069,
          "distinctRankCount": 602,
          "maxRank": 21795.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371492553,
            "mappedReadsCount": 218612444,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382898"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.921370,
          "sdRefIntergenicDistribution": 1.724912,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 98641,
          "distinctRankCount": 477,
          "maxRank": 21245.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371492553,
            "mappedReadsCount": 218612444,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382898"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000843",
              "name": "follicular B cell"
            },
            "cellTypeAuthorAnnotation": "Follicular B cell",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 277.403007,
          "sdRefIntergenicDistribution": 1.215777,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3403,
          "distinctRankCount": 50,
          "maxRank": 18112.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371492553,
            "mappedReadsCount": 218612444,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382898"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.928602,
          "sdRefIntergenicDistribution": 1.739387,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 108990,
          "distinctRankCount": 490,
          "maxRank": 21363.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371492553,
            "mappedReadsCount": 218612444,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382898"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.147265,
          "sdRefIntergenicDistribution": 1.426508,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34889,
          "distinctRankCount": 236,
          "maxRank": 19904.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356450578,
            "mappedReadsCount": 206687555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382899"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000815",
              "name": "regulatory T cell"
            },
            "cellTypeAuthorAnnotation": "Treg",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 110.359816,
          "sdRefIntergenicDistribution": 1.303606,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9201,
          "distinctRankCount": 99,
          "maxRank": 18612.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356450578,
            "mappedReadsCount": 206687555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382899"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.679851,
          "sdRefIntergenicDistribution": 2.511412,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 657757,
          "distinctRankCount": 1536,
          "maxRank": 24012.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356450578,
            "mappedReadsCount": 206687555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382899"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.551487,
          "sdRefIntergenicDistribution": 1.732789,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 153534,
          "distinctRankCount": 462,
          "maxRank": 20964.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356450578,
            "mappedReadsCount": 206687555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382899"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgG Plasma",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.164186,
          "sdRefIntergenicDistribution": 1.702249,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 141096,
          "distinctRankCount": 444,
          "maxRank": 20538.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356450578,
            "mappedReadsCount": 206687555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382899"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0002038",
              "name": "T follicular helper cell"
            },
            "cellTypeAuthorAnnotation": "Tfh",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 104.642378,
          "sdRefIntergenicDistribution": 1.357850,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9736,
          "distinctRankCount": 109,
          "maxRank": 18598.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356450578,
            "mappedReadsCount": 206687555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382899"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000813",
              "name": "memory T cell"
            },
            "cellTypeAuthorAnnotation": "Tcm",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 149.219208,
          "sdRefIntergenicDistribution": 1.327081,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6653,
          "distinctRankCount": 92,
          "maxRank": 18362.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356450578,
            "mappedReadsCount": 206687555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382899"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.672896,
          "sdRefIntergenicDistribution": 2.774784,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1254757,
          "distinctRankCount": 2132,
          "maxRank": 24621.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356450578,
            "mappedReadsCount": 206687555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382899"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.365187,
          "sdRefIntergenicDistribution": 1.451449,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23965,
          "distinctRankCount": 178,
          "maxRank": 19504.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356450578,
            "mappedReadsCount": 206687555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382899"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000843",
              "name": "follicular B cell"
            },
            "cellTypeAuthorAnnotation": "Follicular B cell",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.083329,
          "sdRefIntergenicDistribution": 2.281855,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 522740,
          "distinctRankCount": 1210,
          "maxRank": 23479.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356450578,
            "mappedReadsCount": 206687555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382899"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.976293,
          "sdRefIntergenicDistribution": 3.041950,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2506021,
          "distinctRankCount": 3352,
          "maxRank": 25302.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356450578,
            "mappedReadsCount": 206687555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382899"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.510392,
          "sdRefIntergenicDistribution": 2.348241,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 479090,
          "distinctRankCount": 1439,
          "maxRank": 23711.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356450578,
            "mappedReadsCount": 206687555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382899"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC1",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 78.496226,
          "sdRefIntergenicDistribution": 1.339794,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13821,
          "distinctRankCount": 124,
          "maxRank": 18681.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356450578,
            "mappedReadsCount": 206687555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382899"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000868",
              "name": "lymph node macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 74.252188,
          "sdRefIntergenicDistribution": 1.402653,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14913,
          "distinctRankCount": 165,
          "maxRank": 18971.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356450578,
            "mappedReadsCount": 206687555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382899"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "gd T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 411.535758,
          "sdRefIntergenicDistribution": 1.233254,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2386,
          "distinctRankCount": 44,
          "maxRank": 17986.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356450578,
            "mappedReadsCount": 206687555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382899"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Lymphoid DC",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 143.178204,
          "sdRefIntergenicDistribution": 1.344274,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7233,
          "distinctRankCount": 85,
          "maxRank": 18282.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356450578,
            "mappedReadsCount": 206687555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382899"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "pDC",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.244779,
          "sdRefIntergenicDistribution": 1.417224,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25102,
          "distinctRankCount": 245,
          "maxRank": 19832.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368552013,
            "mappedReadsCount": 212451477,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382900"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.459739,
          "sdRefIntergenicDistribution": 2.288112,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 611817,
          "distinctRankCount": 1687,
          "maxRank": 23513.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368552013,
            "mappedReadsCount": 212451477,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382900"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.497212,
          "sdRefIntergenicDistribution": 1.649502,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 148575,
          "distinctRankCount": 325,
          "maxRank": 19925.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368552013,
            "mappedReadsCount": 212451477,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382900"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgG Plasma",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.147146,
          "sdRefIntergenicDistribution": 1.669899,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21063,
          "distinctRankCount": 118,
          "maxRank": 18335.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368552013,
            "mappedReadsCount": 212451477,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382900"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 105.287616,
          "sdRefIntergenicDistribution": 1.507504,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10983,
          "distinctRankCount": 125,
          "maxRank": 18474.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368552013,
            "mappedReadsCount": 212451477,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382900"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.774359,
          "sdRefIntergenicDistribution": 2.418139,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 849745,
          "distinctRankCount": 1952,
          "maxRank": 23941.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368552013,
            "mappedReadsCount": 212451477,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382900"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000815",
              "name": "regulatory T cell"
            },
            "cellTypeAuthorAnnotation": "Treg",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.430108,
          "sdRefIntergenicDistribution": 1.825301,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 167592,
          "distinctRankCount": 911,
          "maxRank": 21893.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368552013,
            "mappedReadsCount": 212451477,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382900"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0009038",
              "name": "colon macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.070777,
          "sdRefIntergenicDistribution": 1.584460,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 45453,
          "distinctRankCount": 452,
          "maxRank": 19889.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368552013,
            "mappedReadsCount": 212451477,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382900"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000813",
              "name": "memory T cell"
            },
            "cellTypeAuthorAnnotation": "Tcm",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.264919,
          "sdRefIntergenicDistribution": 1.418032,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26195,
          "distinctRankCount": 254,
          "maxRank": 19256.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368552013,
            "mappedReadsCount": 212451477,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382900"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.195125,
          "sdRefIntergenicDistribution": 1.617774,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 75338,
          "distinctRankCount": 434,
          "maxRank": 20789.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368552013,
            "mappedReadsCount": 212451477,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382900"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.380116,
          "sdRefIntergenicDistribution": 1.755657,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 163008,
          "distinctRankCount": 803,
          "maxRank": 21688.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368552013,
            "mappedReadsCount": 212451477,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382900"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0002465",
              "name": "CD11b-positive dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC2",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.663229,
          "sdRefIntergenicDistribution": 1.392341,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22043,
          "distinctRankCount": 196,
          "maxRank": 19027.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356632513,
            "mappedReadsCount": 273208676,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382901"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 134.032026,
          "sdRefIntergenicDistribution": 1.276283,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7674,
          "distinctRankCount": 93,
          "maxRank": 18487.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356632513,
            "mappedReadsCount": 273208676,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382901"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell cycling",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.648663,
          "sdRefIntergenicDistribution": 1.537055,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 39250,
          "distinctRankCount": 190,
          "maxRank": 19444.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356632513,
            "mappedReadsCount": 273208676,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382901"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.460029,
          "sdRefIntergenicDistribution": 3.452480,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17308665,
          "distinctRankCount": 3961,
          "maxRank": 26128.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356632513,
            "mappedReadsCount": 273208676,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382901"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgG Plasma",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.874531,
          "sdRefIntergenicDistribution": 1.730006,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 279100,
          "distinctRankCount": 511,
          "maxRank": 21352.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356632513,
            "mappedReadsCount": 273208676,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382901"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 222.054551,
          "sdRefIntergenicDistribution": 1.313926,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4741,
          "distinctRankCount": 52,
          "maxRank": 18245.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356632513,
            "mappedReadsCount": 273208676,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382901"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0009038",
              "name": "colon macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.388073,
          "sdRefIntergenicDistribution": 1.527039,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40275,
          "distinctRankCount": 271,
          "maxRank": 20193.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356632513,
            "mappedReadsCount": 273208676,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382901"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.656529,
          "sdRefIntergenicDistribution": 1.947484,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 232850,
          "distinctRankCount": 717,
          "maxRank": 22513.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356632513,
            "mappedReadsCount": 273208676,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382901"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 313.609107,
          "sdRefIntergenicDistribution": 1.316412,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3140,
          "distinctRankCount": 47,
          "maxRank": 18035.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356632513,
            "mappedReadsCount": 273208676,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382901"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0002465",
              "name": "CD11b-positive dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC2",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.538462,
          "sdRefIntergenicDistribution": 1.418020,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19219,
          "distinctRankCount": 201,
          "maxRank": 19446.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356632513,
            "mappedReadsCount": 273208676,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382901"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.252966,
          "sdRefIntergenicDistribution": 1.462899,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26252,
          "distinctRankCount": 183,
          "maxRank": 19711.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356632513,
            "mappedReadsCount": 273208676,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382901"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000843",
              "name": "follicular B cell"
            },
            "cellTypeAuthorAnnotation": "Follicular B cell",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 432.396925,
          "sdRefIntergenicDistribution": 1.231696,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2202,
          "distinctRankCount": 39,
          "maxRank": 17958.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356632513,
            "mappedReadsCount": 273208676,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382901"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.691505,
          "sdRefIntergenicDistribution": 1.620656,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 105999,
          "distinctRankCount": 438,
          "maxRank": 21493.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356632513,
            "mappedReadsCount": 273208676,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382901"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.264285,
          "sdRefIntergenicDistribution": 1.718421,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 115119,
          "distinctRankCount": 509,
          "maxRank": 21682.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356632513,
            "mappedReadsCount": 273208676,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382901"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "gd T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.078667,
          "sdRefIntergenicDistribution": 1.747328,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 168701,
          "distinctRankCount": 582,
          "maxRank": 22262.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356632513,
            "mappedReadsCount": 273208676,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382901"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.935024,
          "sdRefIntergenicDistribution": 1.572056,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49677,
          "distinctRankCount": 300,
          "maxRank": 20539.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353834533,
            "mappedReadsCount": 219369928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.780393,
          "sdRefIntergenicDistribution": 3.054739,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2629041,
          "distinctRankCount": 2766,
          "maxRank": 25215.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353834533,
            "mappedReadsCount": 219369928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0009038",
              "name": "colon macrophage"
            },
            "cellTypeAuthorAnnotation": "LYVE1 Macrophage",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 57.933614,
          "sdRefIntergenicDistribution": 1.433262,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19559,
          "distinctRankCount": 156,
          "maxRank": 19233.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353834533,
            "mappedReadsCount": 219369928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0009038",
              "name": "colon macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.829058,
          "sdRefIntergenicDistribution": 1.780242,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 175197,
          "distinctRankCount": 694,
          "maxRank": 21965.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353834533,
            "mappedReadsCount": 219369928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0002038",
              "name": "T follicular helper cell"
            },
            "cellTypeAuthorAnnotation": "Tfh",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.127145,
          "sdRefIntergenicDistribution": 1.446445,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33340,
          "distinctRankCount": 236,
          "maxRank": 19785.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353834533,
            "mappedReadsCount": 219369928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cycling DCs",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 188.588682,
          "sdRefIntergenicDistribution": 1.335951,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5236,
          "distinctRankCount": 70,
          "maxRank": 18625.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353834533,
            "mappedReadsCount": 219369928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 382.032370,
          "sdRefIntergenicDistribution": 1.359761,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2440,
          "distinctRankCount": 41,
          "maxRank": 18031.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353834533,
            "mappedReadsCount": 219369928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "gd T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 219.264825,
          "sdRefIntergenicDistribution": 1.246349,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4524,
          "distinctRankCount": 63,
          "maxRank": 18240.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353834533,
            "mappedReadsCount": 219369928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 185.577707,
          "sdRefIntergenicDistribution": 1.332551,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5628,
          "distinctRankCount": 65,
          "maxRank": 18280.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353834533,
            "mappedReadsCount": 219369928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.930277,
          "sdRefIntergenicDistribution": 2.050623,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 899529,
          "distinctRankCount": 899,
          "maxRank": 22838.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353834533,
            "mappedReadsCount": 219369928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgG Plasma",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.291659,
          "sdRefIntergenicDistribution": 1.380777,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18799,
          "distinctRankCount": 86,
          "maxRank": 18340.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353834533,
            "mappedReadsCount": 219369928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.350982,
          "sdRefIntergenicDistribution": 2.726629,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1339219,
          "distinctRankCount": 1829,
          "maxRank": 24457.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353834533,
            "mappedReadsCount": 219369928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.269888,
          "sdRefIntergenicDistribution": 2.053572,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 324580,
          "distinctRankCount": 948,
          "maxRank": 22889.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353834533,
            "mappedReadsCount": 219369928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000813",
              "name": "memory T cell"
            },
            "cellTypeAuthorAnnotation": "Tcm",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.048493,
          "sdRefIntergenicDistribution": 1.691094,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 129285,
          "distinctRankCount": 490,
          "maxRank": 21494.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353834533,
            "mappedReadsCount": 219369928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000815",
              "name": "regulatory T cell"
            },
            "cellTypeAuthorAnnotation": "Treg",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.800565,
          "sdRefIntergenicDistribution": 2.255141,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 552496,
          "distinctRankCount": 1427,
          "maxRank": 23572.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353834533,
            "mappedReadsCount": 219369928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.632498,
          "sdRefIntergenicDistribution": 2.247020,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 567824,
          "distinctRankCount": 1204,
          "maxRank": 23386.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353834533,
            "mappedReadsCount": 219369928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.414802,
          "sdRefIntergenicDistribution": 1.677655,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 121344,
          "distinctRankCount": 467,
          "maxRank": 21269.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353834533,
            "mappedReadsCount": 219369928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0002465",
              "name": "CD11b-positive dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC2",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.332057,
          "sdRefIntergenicDistribution": 1.471784,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34030,
          "distinctRankCount": 257,
          "maxRank": 19833.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 146.116320,
          "sdRefIntergenicDistribution": 1.327585,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6967,
          "distinctRankCount": 78,
          "maxRank": 18506.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0009038",
              "name": "colon macrophage"
            },
            "cellTypeAuthorAnnotation": "LYVE1 Macrophage",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 186.770172,
          "sdRefIntergenicDistribution": 1.349082,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5854,
          "distinctRankCount": 73,
          "maxRank": 18369.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0009038",
              "name": "colon macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.318012,
          "sdRefIntergenicDistribution": 1.689194,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 136880,
          "distinctRankCount": 539,
          "maxRank": 21689.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.701781,
          "sdRefIntergenicDistribution": 1.672915,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 106194,
          "distinctRankCount": 438,
          "maxRank": 21567.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "cycling gd T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 125.781734,
          "sdRefIntergenicDistribution": 1.313406,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8379,
          "distinctRankCount": 96,
          "maxRank": 18721.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "gd T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.802276,
          "sdRefIntergenicDistribution": 1.716606,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 170552,
          "distinctRankCount": 634,
          "maxRank": 22166.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.661802,
          "sdRefIntergenicDistribution": 1.694931,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 173186,
          "distinctRankCount": 512,
          "maxRank": 22051.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.359204,
          "sdRefIntergenicDistribution": 3.672511,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33053174,
          "distinctRankCount": 4597,
          "maxRank": 26761.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgG Plasma",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.353690,
          "sdRefIntergenicDistribution": 1.933782,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 652832,
          "distinctRankCount": 712,
          "maxRank": 22313.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.028109,
          "sdRefIntergenicDistribution": 1.330370,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20344,
          "distinctRankCount": 167,
          "maxRank": 19399.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.170882,
          "sdRefIntergenicDistribution": 2.058525,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 416985,
          "distinctRankCount": 824,
          "maxRank": 23184.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 154.055077,
          "sdRefIntergenicDistribution": 1.263536,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6406,
          "distinctRankCount": 83,
          "maxRank": 18362.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.681522,
          "sdRefIntergenicDistribution": 1.622696,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 142868,
          "distinctRankCount": 463,
          "maxRank": 21512.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0002465",
              "name": "CD11b-positive dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC2",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.794649,
          "sdRefIntergenicDistribution": 1.382770,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 41370,
          "distinctRankCount": 253,
          "maxRank": 20015.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.468609,
          "sdRefIntergenicDistribution": 1.565002,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 71325,
          "distinctRankCount": 322,
          "maxRank": 21104.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000843",
              "name": "follicular B cell"
            },
            "cellTypeAuthorAnnotation": "Follicular B cell",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 81.363242,
          "sdRefIntergenicDistribution": 1.289661,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12432,
          "distinctRankCount": 120,
          "maxRank": 18759.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC1",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.417949,
          "sdRefIntergenicDistribution": 1.314781,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15795,
          "distinctRankCount": 148,
          "maxRank": 19108.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 386059476,
            "mappedReadsCount": 297839487,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast",
            "devStage": {
              "id": "HsapDv:0000240",
              "name": "sixth decade stage (human)"
            },
            "devStageAuthorAnnotation": "55 to 60",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.078637,
          "sdRefIntergenicDistribution": 1.813604,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 171288,
          "distinctRankCount": 590,
          "maxRank": 22137.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 291568757,
            "mappedReadsCount": 160033720,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382904"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.575788,
          "sdRefIntergenicDistribution": 2.156885,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 390503,
          "distinctRankCount": 1255,
          "maxRank": 23242.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 291568757,
            "mappedReadsCount": 160033720,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382904"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.342573,
          "sdRefIntergenicDistribution": 1.666594,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56493,
          "distinctRankCount": 470,
          "maxRank": 20416.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 291568757,
            "mappedReadsCount": 160033720,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382904"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 219.490758,
          "sdRefIntergenicDistribution": 1.412392,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4372,
          "distinctRankCount": 74,
          "maxRank": 18271.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 291568757,
            "mappedReadsCount": 160033720,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382904"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.018790,
          "sdRefIntergenicDistribution": 1.631286,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 87208,
          "distinctRankCount": 323,
          "maxRank": 19608.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 291568757,
            "mappedReadsCount": 160033720,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382904"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000815",
              "name": "regulatory T cell"
            },
            "cellTypeAuthorAnnotation": "Treg",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.982278,
          "sdRefIntergenicDistribution": 1.592548,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 37501,
          "distinctRankCount": 402,
          "maxRank": 20166.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 291568757,
            "mappedReadsCount": 160033720,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382904"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 157.564632,
          "sdRefIntergenicDistribution": 1.399273,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6335,
          "distinctRankCount": 101,
          "maxRank": 18380.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 291568757,
            "mappedReadsCount": 160033720,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382904"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 80.881668,
          "sdRefIntergenicDistribution": 1.562440,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14493,
          "distinctRankCount": 178,
          "maxRank": 18722.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311881171,
            "mappedReadsCount": 214902764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382905"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.024463,
          "sdRefIntergenicDistribution": 1.484848,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26218,
          "distinctRankCount": 266,
          "maxRank": 19686.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311881171,
            "mappedReadsCount": 214902764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382905"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.636555,
          "sdRefIntergenicDistribution": 2.047448,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 248090,
          "distinctRankCount": 1097,
          "maxRank": 23172.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311881171,
            "mappedReadsCount": 214902764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382905"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.710977,
          "sdRefIntergenicDistribution": 2.905120,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6724211,
          "distinctRankCount": 2848,
          "maxRank": 25370.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311881171,
            "mappedReadsCount": 214902764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382905"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgG Plasma",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.487528,
          "sdRefIntergenicDistribution": 1.616939,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 82022,
          "distinctRankCount": 288,
          "maxRank": 19670.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311881171,
            "mappedReadsCount": 214902764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382905"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.740735,
          "sdRefIntergenicDistribution": 1.914480,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 190257,
          "distinctRankCount": 870,
          "maxRank": 22580.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311881171,
            "mappedReadsCount": 214902764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382905"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "LYVE1 Macrophage",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 58.426244,
          "sdRefIntergenicDistribution": 1.440444,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17816,
          "distinctRankCount": 225,
          "maxRank": 19461.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311881171,
            "mappedReadsCount": 214902764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382905"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.294054,
          "sdRefIntergenicDistribution": 1.558059,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 39357,
          "distinctRankCount": 348,
          "maxRank": 20061.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311881171,
            "mappedReadsCount": 214902764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382905"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.462671,
          "sdRefIntergenicDistribution": 2.194781,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 426780,
          "distinctRankCount": 1288,
          "maxRank": 23635.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311881171,
            "mappedReadsCount": 214902764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382905"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "cycling gd T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.523332,
          "sdRefIntergenicDistribution": 1.485152,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22819,
          "distinctRankCount": 268,
          "maxRank": 19949.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311881171,
            "mappedReadsCount": 214902764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382905"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "gd T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.938540,
          "sdRefIntergenicDistribution": 1.802247,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 135019,
          "distinctRankCount": 775,
          "maxRank": 22202.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311881171,
            "mappedReadsCount": 214902764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382905"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000843",
              "name": "follicular B cell"
            },
            "cellTypeAuthorAnnotation": "Follicular B cell",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 152.919202,
          "sdRefIntergenicDistribution": 1.366717,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6469,
          "distinctRankCount": 103,
          "maxRank": 18500.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311881171,
            "mappedReadsCount": 214902764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382905"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.366619,
          "sdRefIntergenicDistribution": 2.744396,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1585120,
          "distinctRankCount": 2176,
          "maxRank": 24871.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311881171,
            "mappedReadsCount": 214902764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382905"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.174951,
          "sdRefIntergenicDistribution": 1.728813,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 103917,
          "distinctRankCount": 649,
          "maxRank": 21892.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311881171,
            "mappedReadsCount": 214902764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382905"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001153",
              "name": "caecum"
            },
            "anatEntityAuthorAnnotation": "caecum",
            "cellType": {
              "id": "CL:0002465",
              "name": "CD11b-positive dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC2",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.703653,
          "sdRefIntergenicDistribution": 1.506443,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 42626,
          "distinctRankCount": 353,
          "maxRank": 20153.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 419013472,
            "mappedReadsCount": 240531637,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.852701,
          "sdRefIntergenicDistribution": 2.577897,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1047338,
          "distinctRankCount": 1884,
          "maxRank": 24373.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 419013472,
            "mappedReadsCount": 240531637,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 238.191560,
          "sdRefIntergenicDistribution": 1.251888,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4254,
          "distinctRankCount": 67,
          "maxRank": 18249.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 419013472,
            "mappedReadsCount": 240531637,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 327.349488,
          "sdRefIntergenicDistribution": 1.196636,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2975,
          "distinctRankCount": 53,
          "maxRank": 18059.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 419013472,
            "mappedReadsCount": 240531637,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000815",
              "name": "regulatory T cell"
            },
            "cellTypeAuthorAnnotation": "Treg",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.728223,
          "sdRefIntergenicDistribution": 2.321192,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 605134,
          "distinctRankCount": 1522,
          "maxRank": 23839.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 419013472,
            "mappedReadsCount": 240531637,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.861820,
          "sdRefIntergenicDistribution": 1.586762,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 61570,
          "distinctRankCount": 485,
          "maxRank": 20664.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 419013472,
            "mappedReadsCount": 240531637,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.187340,
          "sdRefIntergenicDistribution": 1.928307,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 210554,
          "distinctRankCount": 903,
          "maxRank": 22311.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 419013472,
            "mappedReadsCount": 240531637,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.018710,
          "sdRefIntergenicDistribution": 1.366135,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17235,
          "distinctRankCount": 207,
          "maxRank": 19149.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 419013472,
            "mappedReadsCount": 240531637,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.820317,
          "sdRefIntergenicDistribution": 1.509079,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55173,
          "distinctRankCount": 442,
          "maxRank": 20379.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 419013472,
            "mappedReadsCount": 240531637,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0002038",
              "name": "T follicular helper cell"
            },
            "cellTypeAuthorAnnotation": "Tfh",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.401036,
          "sdRefIntergenicDistribution": 1.576534,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 57398,
          "distinctRankCount": 437,
          "maxRank": 20442.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 419013472,
            "mappedReadsCount": 240531637,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000813",
              "name": "memory T cell"
            },
            "cellTypeAuthorAnnotation": "Tcm",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.221678,
          "sdRefIntergenicDistribution": 1.587454,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 78202,
          "distinctRankCount": 538,
          "maxRank": 20753.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 419013472,
            "mappedReadsCount": 240531637,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000868",
              "name": "lymph node macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 125.758962,
          "sdRefIntergenicDistribution": 1.467210,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9175,
          "distinctRankCount": 109,
          "maxRank": 18527.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376951439,
            "mappedReadsCount": 224004636,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.894186,
          "sdRefIntergenicDistribution": 1.446871,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28139,
          "distinctRankCount": 285,
          "maxRank": 19664.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376951439,
            "mappedReadsCount": 224004636,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.478911,
          "sdRefIntergenicDistribution": 2.367433,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 502087,
          "distinctRankCount": 1593,
          "maxRank": 23954.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376951439,
            "mappedReadsCount": 224004636,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.627344,
          "sdRefIntergenicDistribution": 2.079162,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 304284,
          "distinctRankCount": 1139,
          "maxRank": 23010.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376951439,
            "mappedReadsCount": 224004636,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000815",
              "name": "regulatory T cell"
            },
            "cellTypeAuthorAnnotation": "Treg",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.973441,
          "sdRefIntergenicDistribution": 1.432049,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20150,
          "distinctRankCount": 223,
          "maxRank": 19417.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376951439,
            "mappedReadsCount": 224004636,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.272946,
          "sdRefIntergenicDistribution": 1.729323,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 103690,
          "distinctRankCount": 657,
          "maxRank": 21535.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376951439,
            "mappedReadsCount": 224004636,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 108.711692,
          "sdRefIntergenicDistribution": 1.352988,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9437,
          "distinctRankCount": 122,
          "maxRank": 18681.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376951439,
            "mappedReadsCount": 224004636,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell cycling",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 193.261260,
          "sdRefIntergenicDistribution": 1.309954,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5201,
          "distinctRankCount": 83,
          "maxRank": 18475.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376951439,
            "mappedReadsCount": 224004636,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.079119,
          "sdRefIntergenicDistribution": 1.420712,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23259,
          "distinctRankCount": 190,
          "maxRank": 19174.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376951439,
            "mappedReadsCount": 224004636,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgG Plasma",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.420279,
          "sdRefIntergenicDistribution": 1.662490,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24595,
          "distinctRankCount": 98,
          "maxRank": 18539.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376951439,
            "mappedReadsCount": 224004636,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.780340,
          "sdRefIntergenicDistribution": 3.164602,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3654094,
          "distinctRankCount": 3849,
          "maxRank": 25675.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376951439,
            "mappedReadsCount": 224004636,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0002038",
              "name": "T follicular helper cell"
            },
            "cellTypeAuthorAnnotation": "Tfh",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 273.481324,
          "sdRefIntergenicDistribution": 1.189572,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3455,
          "distinctRankCount": 51,
          "maxRank": 18118.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376951439,
            "mappedReadsCount": 224004636,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "pDC",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 90.622678,
          "sdRefIntergenicDistribution": 1.401570,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12156,
          "distinctRankCount": 150,
          "maxRank": 19052.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376951439,
            "mappedReadsCount": 224004636,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "cycling gd T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 165.343909,
          "sdRefIntergenicDistribution": 1.335660,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6201,
          "distinctRankCount": 80,
          "maxRank": 18648.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376951439,
            "mappedReadsCount": 224004636,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC1",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 78.212035,
          "sdRefIntergenicDistribution": 1.419146,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14025,
          "distinctRankCount": 155,
          "maxRank": 18800.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376951439,
            "mappedReadsCount": 224004636,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0002465",
              "name": "CD11b-positive dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC2",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 88.235860,
          "sdRefIntergenicDistribution": 1.378313,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12128,
          "distinctRankCount": 152,
          "maxRank": 18918.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376951439,
            "mappedReadsCount": 224004636,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.986411,
          "sdRefIntergenicDistribution": 2.065496,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 239293,
          "distinctRankCount": 1219,
          "maxRank": 23084.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376951439,
            "mappedReadsCount": 224004636,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002509",
              "name": "mesenteric lymph node"
            },
            "anatEntityAuthorAnnotation": "mesenteric lymph node",
            "cellType": {
              "id": "CL:0000843",
              "name": "follicular B cell"
            },
            "cellTypeAuthorAnnotation": "Follicular B cell",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.658723,
          "sdRefIntergenicDistribution": 1.994138,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 289152,
          "distinctRankCount": 1082,
          "maxRank": 22808.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 198312302,
            "mappedReadsCount": 113809088,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382908"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.453762,
          "sdRefIntergenicDistribution": 2.114420,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 395427,
          "distinctRankCount": 1284,
          "maxRank": 23121.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 198312302,
            "mappedReadsCount": 113809088,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382908"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.012401,
          "sdRefIntergenicDistribution": 1.725739,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49024,
          "distinctRankCount": 252,
          "maxRank": 19074.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 198312302,
            "mappedReadsCount": 113809088,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382908"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgG Plasma",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.916371,
          "sdRefIntergenicDistribution": 1.652973,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23560,
          "distinctRankCount": 122,
          "maxRank": 18251.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 198312302,
            "mappedReadsCount": 113809088,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382908"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 274.010544,
          "sdRefIntergenicDistribution": 1.478938,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3970,
          "distinctRankCount": 64,
          "maxRank": 18013.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 198312302,
            "mappedReadsCount": 113809088,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382908"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000815",
              "name": "regulatory T cell"
            },
            "cellTypeAuthorAnnotation": "Treg",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.036559,
          "sdRefIntergenicDistribution": 1.590868,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38286,
          "distinctRankCount": 355,
          "maxRank": 19857.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 198312302,
            "mappedReadsCount": 113809088,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382908"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.947485,
          "sdRefIntergenicDistribution": 1.617005,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 37682,
          "distinctRankCount": 345,
          "maxRank": 19631.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 198312302,
            "mappedReadsCount": 113809088,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382908"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 192.708487,
          "sdRefIntergenicDistribution": 1.399650,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5459,
          "distinctRankCount": 99,
          "maxRank": 18232.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 198312302,
            "mappedReadsCount": 113809088,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382908"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "gd T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 350.870983,
          "sdRefIntergenicDistribution": 1.242521,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2796,
          "distinctRankCount": 42,
          "maxRank": 17895.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350795984,
            "mappedReadsCount": 249499542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382909"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 58.089691,
          "sdRefIntergenicDistribution": 1.423173,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17662,
          "distinctRankCount": 205,
          "maxRank": 19201.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350795984,
            "mappedReadsCount": 249499542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382909"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.769368,
          "sdRefIntergenicDistribution": 3.053870,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7507362,
          "distinctRankCount": 3209,
          "maxRank": 25608.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350795984,
            "mappedReadsCount": 249499542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382909"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgG Plasma",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.968579,
          "sdRefIntergenicDistribution": 1.474229,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16065,
          "distinctRankCount": 94,
          "maxRank": 18542.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350795984,
            "mappedReadsCount": 249499542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382909"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.125157,
          "sdRefIntergenicDistribution": 1.731123,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 126973,
          "distinctRankCount": 682,
          "maxRank": 22014.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350795984,
            "mappedReadsCount": 249499542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382909"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "gd T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.624539,
          "sdRefIntergenicDistribution": 1.434384,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20591,
          "distinctRankCount": 239,
          "maxRank": 19716.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350795984,
            "mappedReadsCount": 249499542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382909"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.107162,
          "sdRefIntergenicDistribution": 1.506420,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 53494,
          "distinctRankCount": 350,
          "maxRank": 20330.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350795984,
            "mappedReadsCount": 249499542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382909"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0002465",
              "name": "CD11b-positive dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC2",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.502921,
          "sdRefIntergenicDistribution": 1.472403,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27089,
          "distinctRankCount": 265,
          "maxRank": 19494.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350795984,
            "mappedReadsCount": 249499542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382909"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC1",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.887856,
          "sdRefIntergenicDistribution": 1.377346,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17735,
          "distinctRankCount": 178,
          "maxRank": 19029.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350795984,
            "mappedReadsCount": 249499542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382909"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.212410,
          "sdRefIntergenicDistribution": 2.071886,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 428926,
          "distinctRankCount": 1175,
          "maxRank": 23280.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350795984,
            "mappedReadsCount": 249499542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382909"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0009038",
              "name": "colon macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 134.557261,
          "sdRefIntergenicDistribution": 1.320934,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7667,
          "distinctRankCount": 101,
          "maxRank": 18538.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350795984,
            "mappedReadsCount": 249499542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382909"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.214855,
          "sdRefIntergenicDistribution": 1.987541,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 255201,
          "distinctRankCount": 1070,
          "maxRank": 22957.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350795984,
            "mappedReadsCount": 249499542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382909"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.239432,
          "sdRefIntergenicDistribution": 1.622152,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 68870,
          "distinctRankCount": 538,
          "maxRank": 21233.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350795984,
            "mappedReadsCount": 249499542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382909"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001159",
              "name": "sigmoid colon"
            },
            "anatEntityAuthorAnnotation": "sigmoid colon",
            "cellType": {
              "id": "CL:0000843",
              "name": "follicular B cell"
            },
            "cellTypeAuthorAnnotation": "Follicular B cell",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 94.090884,
          "sdRefIntergenicDistribution": 1.320482,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10753,
          "distinctRankCount": 138,
          "maxRank": 18747.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311829252,
            "mappedReadsCount": 185762663,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382910"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.561077,
          "sdRefIntergenicDistribution": 2.536923,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1076820,
          "distinctRankCount": 1919,
          "maxRank": 24225.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311829252,
            "mappedReadsCount": 185762663,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382910"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.024558,
          "sdRefIntergenicDistribution": 2.940182,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2191893,
          "distinctRankCount": 2614,
          "maxRank": 25170.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311829252,
            "mappedReadsCount": 185762663,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382910"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0001043",
              "name": "activated CD4-positive, alpha-beta T cell, human"
            },
            "cellTypeAuthorAnnotation": "Activated CD4 T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.965804,
          "sdRefIntergenicDistribution": 1.526692,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 60579,
          "distinctRankCount": 440,
          "maxRank": 20461.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311829252,
            "mappedReadsCount": 185762663,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382910"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000815",
              "name": "regulatory T cell"
            },
            "cellTypeAuthorAnnotation": "Treg",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.903003,
          "sdRefIntergenicDistribution": 1.995970,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 276637,
          "distinctRankCount": 1123,
          "maxRank": 22810.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311829252,
            "mappedReadsCount": 185762663,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382910"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "gd T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 133.374845,
          "sdRefIntergenicDistribution": 1.429387,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7634,
          "distinctRankCount": 113,
          "maxRank": 18660.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311829252,
            "mappedReadsCount": 185762663,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382910"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.204267,
          "sdRefIntergenicDistribution": 1.672210,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 137996,
          "distinctRankCount": 561,
          "maxRank": 21163.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311829252,
            "mappedReadsCount": 185762663,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382910"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 284.939733,
          "sdRefIntergenicDistribution": 1.325568,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3485,
          "distinctRankCount": 45,
          "maxRank": 18111.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311829252,
            "mappedReadsCount": 185762663,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382910"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.819085,
          "sdRefIntergenicDistribution": 1.446219,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23743,
          "distinctRankCount": 226,
          "maxRank": 19253.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311829252,
            "mappedReadsCount": 185762663,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382910"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000813",
              "name": "memory T cell"
            },
            "cellTypeAuthorAnnotation": "Tcm",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 213.206350,
          "sdRefIntergenicDistribution": 1.250878,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4693,
          "distinctRankCount": 68,
          "maxRank": 18085.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000899",
              "name": "T-helper 17 cell"
            },
            "cellTypeAuthorAnnotation": "Th17",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 98.046395,
          "sdRefIntergenicDistribution": 1.291960,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10446,
          "distinctRankCount": 123,
          "maxRank": 18720.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000545",
              "name": "T-helper 1 cell"
            },
            "cellTypeAuthorAnnotation": "Th1",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.740720,
          "sdRefIntergenicDistribution": 1.649488,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 95411,
          "distinctRankCount": 586,
          "maxRank": 21299.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "cycling gd T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.644142,
          "sdRefIntergenicDistribution": 1.463739,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38500,
          "distinctRankCount": 350,
          "maxRank": 20543.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "gd T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.238979,
          "sdRefIntergenicDistribution": 1.640069,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 110060,
          "distinctRankCount": 681,
          "maxRank": 21774.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell cycling",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 138.367622,
          "sdRefIntergenicDistribution": 1.358668,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7746,
          "distinctRankCount": 104,
          "maxRank": 18501.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgA Plasma",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.569228,
          "sdRefIntergenicDistribution": 3.258562,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12096896,
          "distinctRankCount": 3508,
          "maxRank": 26008.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell IgG Plasma",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.194227,
          "sdRefIntergenicDistribution": 1.722269,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 136848,
          "distinctRankCount": 381,
          "maxRank": 20354.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8 T",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.577265,
          "sdRefIntergenicDistribution": 1.654302,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 106919,
          "distinctRankCount": 596,
          "maxRank": 21642.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "B cell memory",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.663523,
          "sdRefIntergenicDistribution": 2.830670,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2391102,
          "distinctRankCount": 2465,
          "maxRank": 25077.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000843",
              "name": "follicular B cell"
            },
            "cellTypeAuthorAnnotation": "Follicular B cell",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.644543,
          "sdRefIntergenicDistribution": 1.833501,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 217311,
          "distinctRankCount": 789,
          "maxRank": 22383.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0002465",
              "name": "CD11b-positive dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC2",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.794707,
          "sdRefIntergenicDistribution": 1.790582,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 175478,
          "distinctRankCount": 971,
          "maxRank": 22297.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 241.228772,
          "sdRefIntergenicDistribution": 1.428333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4611,
          "distinctRankCount": 62,
          "maxRank": 18217.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDC1",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.666583,
          "sdRefIntergenicDistribution": 1.611265,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 64446,
          "distinctRankCount": 485,
          "maxRank": 20548.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Lymphoid DC",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 85.750785,
          "sdRefIntergenicDistribution": 1.415541,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12756,
          "distinctRankCount": 158,
          "maxRank": 18783.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.748227,
          "sdRefIntergenicDistribution": 1.731228,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 120321,
          "distinctRankCount": 681,
          "maxRank": 22043.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.403840,
          "sdRefIntergenicDistribution": 2.308642,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 619588,
          "distinctRankCount": 1425,
          "maxRank": 23946.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.999288,
          "sdRefIntergenicDistribution": 2.040334,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 325901,
          "distinctRankCount": 1036,
          "maxRank": 23118.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 322885605,
            "mappedReadsCount": 224962464,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 36362,
            "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_ERP115651.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_ERP115651_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP115651",
              "xRefName": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP115651",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41590-020-0602-z",
            "name": "Single-cell RNA sequencing of human steady-state immune cells from the lamina propria of colon and matching mesenteric lymph nodes",
            "description": "The human colon contains an extensively diverse microbial ecosystem and one of the most numerous communities of immune cells. Studies have highlighted dynamic crosstalk between immune cells and commensals. While studies have demonstrated increasing diversity of microbiota from stomach to stool, whether and how immune cell heterogeneity and microbiota diversity change across the colon is undefined. Furthermore, whether these changes are co-depended in the healthy colon is unknown. Here, tissue samples are collected from caecum, transverse colon, sigmoid colon and mLN of cadaveric donors by the Cambridge Biorepository of Translational Medicine (CBTM). We use single cell RNA sequencing (10X genomics) to assess the dynamics of immune cell populations across the colon and in matching lymph nodes. Associated microbiome 16S sequencing data is available.",
            "id": "ERP115651"
          },
          "id": "ERX3382911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001157",
              "name": "transverse colon"
            },
            "anatEntityAuthorAnnotation": "transverse colon",
            "cellType": {
              "id": "CL:0009038",
              "name": "colon macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000239",
              "name": "fifth decade stage (human)"
            },
            "devStageAuthorAnnotation": "40 to 44",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.391478,
          "sdRefIntergenicDistribution": 1.671549,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 91409,
          "distinctRankCount": 621,
          "maxRank": 21123.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_ERP115651.tsv.gz",
        "title": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP115651.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_ERP115651_droplet_based.h5ad",
        "title": "Homo_sapiens_ERP115651_droplet_based.h5ad"
      }
    ]
  }
}