{
  "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": 28810,
      "downloadFiles": [
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Sus",
            "speciesName": "scrofa",
            "genomeVersion": "Sscrofa11.1",
            "speciesFullNameWithoutSpace": "Sus_scrofa",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9822,
            "genomeSpeciesId": 9823,
            "preferredDisplayOrder": 9,
            "name": "pig",
            "id": 9823
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
          "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
          "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Sus",
            "speciesName": "scrofa",
            "genomeVersion": "Sscrofa11.1",
            "speciesFullNameWithoutSpace": "Sus_scrofa",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9822,
            "genomeSpeciesId": 9823,
            "preferredDisplayOrder": 9,
            "name": "pig",
            "id": 9823
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
          "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
        "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
        "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
        "releaseDate": "2023-04-04",
        "releaseVersion": "",
        "toDisplay": true,
        "category": "RNA_SEQ",
        "displayOrder": 2,
        "name": "SRA",
        "description": "RNA-Seq data source for various species",
        "id": 19
      },
      "xRef": {
        "xRefId": "ERP127795",
        "xRefName": "Transcriptional landscape of porcine circulating immune cells",
        "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
        "source": {
          "name": "SRA",
          "description": "RNA-Seq data source for various species",
          "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
        }
      },
      "assayCount": 0,
      "dOI": "10.3389/fgene.2021.689406",
      "name": "Transcriptional landscape of porcine circulating immune cells",
      "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
      "id": "ERP127795"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150898069,
            "mappedReadsCount": 85907434,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304244"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocytes",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.087253,
          "sdRefIntergenicDistribution": 3.431822,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5530808,
          "distinctRankCount": 2996,
          "maxRank": 18692.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150898069,
            "mappedReadsCount": 85907434,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304244"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000946",
              "name": "antibody secreting cell"
            },
            "cellTypeAuthorAnnotation": "ASC",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.465053,
          "sdRefIntergenicDistribution": 1.888910,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 91715,
          "distinctRankCount": 443,
          "maxRank": 14722.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150898069,
            "mappedReadsCount": 85907434,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304244"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000232",
              "name": "erythrocyte"
            },
            "cellTypeAuthorAnnotation": "Erythrocytes",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 102.114932,
          "sdRefIntergenicDistribution": 1.413772,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9685,
          "distinctRankCount": 125,
          "maxRank": 12810.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150898069,
            "mappedReadsCount": 85907434,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304244"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDCs",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.650361,
          "sdRefIntergenicDistribution": 2.374665,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 478272,
          "distinctRankCount": 939,
          "maxRank": 16859.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150898069,
            "mappedReadsCount": 85907434,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304244"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8ab+ ab T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.313615,
          "sdRefIntergenicDistribution": 2.503033,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 605808,
          "distinctRankCount": 1133,
          "maxRank": 17241.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150898069,
            "mappedReadsCount": 85907434,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304244"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000542",
              "name": "lymphocyte"
            },
            "cellTypeAuthorAnnotation": "CD8a+ ab T/NK cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.353673,
          "sdRefIntergenicDistribution": 2.187412,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 246668,
          "distinctRankCount": 615,
          "maxRank": 16334.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150898069,
            "mappedReadsCount": 85907434,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304244"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000624",
              "name": "CD4-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD4+ ab T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.794359,
          "sdRefIntergenicDistribution": 2.740224,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 939993,
          "distinctRankCount": 1226,
          "maxRank": 17572.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150898069,
            "mappedReadsCount": 85907434,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304244"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "CD2+ GD T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.771384,
          "sdRefIntergenicDistribution": 2.096713,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 169241,
          "distinctRankCount": 594,
          "maxRank": 16230.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150898069,
            "mappedReadsCount": 85907434,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304244"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.742783,
          "sdRefIntergenicDistribution": 3.259331,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2955904,
          "distinctRankCount": 2135,
          "maxRank": 18473.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150898069,
            "mappedReadsCount": 85907434,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304244"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:2000001",
              "name": "peripheral blood mononuclear cell"
            },
            "cellTypeAuthorAnnotation": "Unknown",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.209749,
          "sdRefIntergenicDistribution": 1.727575,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 54671,
          "distinctRankCount": 358,
          "maxRank": 14600.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150898069,
            "mappedReadsCount": 85907434,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304244"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "pDCs",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.720567,
          "sdRefIntergenicDistribution": 2.273647,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 293082,
          "distinctRankCount": 843,
          "maxRank": 16471.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150898069,
            "mappedReadsCount": 85907434,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304244"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.845837,
          "sdRefIntergenicDistribution": 1.947853,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 121162,
          "distinctRankCount": 432,
          "maxRank": 15460.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150898069,
            "mappedReadsCount": 85907434,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304244"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "CD2- GD T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.336948,
          "sdRefIntergenicDistribution": 2.328242,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 322732,
          "distinctRankCount": 727,
          "maxRank": 16654.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163121995,
            "mappedReadsCount": 91714008,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304245"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "CD2- GD T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.315142,
          "sdRefIntergenicDistribution": 2.408336,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 478509,
          "distinctRankCount": 870,
          "maxRank": 16996.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163121995,
            "mappedReadsCount": 91714008,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304245"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000232",
              "name": "erythrocyte"
            },
            "cellTypeAuthorAnnotation": "Erythrocytes",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.699737,
          "sdRefIntergenicDistribution": 1.448510,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12594,
          "distinctRankCount": 156,
          "maxRank": 12948.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163121995,
            "mappedReadsCount": 91714008,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304245"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDCs",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.325122,
          "sdRefIntergenicDistribution": 2.027433,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 269566,
          "distinctRankCount": 736,
          "maxRank": 16231.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163121995,
            "mappedReadsCount": 91714008,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304245"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8ab+ ab T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.679636,
          "sdRefIntergenicDistribution": 2.673414,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1452002,
          "distinctRankCount": 1710,
          "maxRank": 17767.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163121995,
            "mappedReadsCount": 91714008,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304245"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000542",
              "name": "lymphocyte"
            },
            "cellTypeAuthorAnnotation": "CD8a+ ab T/NK cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.912206,
          "sdRefIntergenicDistribution": 2.000424,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 205374,
          "distinctRankCount": 622,
          "maxRank": 16077.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163121995,
            "mappedReadsCount": 91714008,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304245"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000624",
              "name": "CD4-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD4+ ab T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.087947,
          "sdRefIntergenicDistribution": 2.681970,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1212866,
          "distinctRankCount": 1441,
          "maxRank": 17602.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163121995,
            "mappedReadsCount": 91714008,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304245"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "CD2+ GD T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.774452,
          "sdRefIntergenicDistribution": 2.154553,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 242048,
          "distinctRankCount": 707,
          "maxRank": 16546.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163121995,
            "mappedReadsCount": 91714008,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304245"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.519715,
          "sdRefIntergenicDistribution": 3.173383,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4060998,
          "distinctRankCount": 2533,
          "maxRank": 18652.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163121995,
            "mappedReadsCount": 91714008,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304245"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:2000001",
              "name": "peripheral blood mononuclear cell"
            },
            "cellTypeAuthorAnnotation": "Unknown",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.373096,
          "sdRefIntergenicDistribution": 1.480367,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23624,
          "distinctRankCount": 212,
          "maxRank": 13440.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163121995,
            "mappedReadsCount": 91714008,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304245"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "pDCs",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.842683,
          "sdRefIntergenicDistribution": 2.063051,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 219173,
          "distinctRankCount": 755,
          "maxRank": 16115.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163121995,
            "mappedReadsCount": 91714008,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304245"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.045286,
          "sdRefIntergenicDistribution": 1.863574,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 128632,
          "distinctRankCount": 433,
          "maxRank": 15476.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163121995,
            "mappedReadsCount": 91714008,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304245"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocytes",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.249321,
          "sdRefIntergenicDistribution": 2.290580,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 531678,
          "distinctRankCount": 1067,
          "maxRank": 16803.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163121995,
            "mappedReadsCount": 91714008,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304245"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000946",
              "name": "antibody secreting cell"
            },
            "cellTypeAuthorAnnotation": "ASC",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.213552,
          "sdRefIntergenicDistribution": 2.157258,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 578297,
          "distinctRankCount": 1020,
          "maxRank": 16334.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124078328,
            "mappedReadsCount": 74179698,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304246"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000946",
              "name": "antibody secreting cell"
            },
            "cellTypeAuthorAnnotation": "ASC",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.909855,
          "sdRefIntergenicDistribution": 2.080240,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 684548,
          "distinctRankCount": 1089,
          "maxRank": 16658.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124078328,
            "mappedReadsCount": 74179698,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304246"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000232",
              "name": "erythrocyte"
            },
            "cellTypeAuthorAnnotation": "Erythrocytes",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.477167,
          "sdRefIntergenicDistribution": 1.557513,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 116789,
          "distinctRankCount": 261,
          "maxRank": 14235.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124078328,
            "mappedReadsCount": 74179698,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304246"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDCs",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.409650,
          "sdRefIntergenicDistribution": 1.637456,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 87074,
          "distinctRankCount": 423,
          "maxRank": 14990.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124078328,
            "mappedReadsCount": 74179698,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304246"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8ab+ ab T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.644200,
          "sdRefIntergenicDistribution": 2.648602,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1149023,
          "distinctRankCount": 1543,
          "maxRank": 17926.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124078328,
            "mappedReadsCount": 74179698,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304246"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000542",
              "name": "lymphocyte"
            },
            "cellTypeAuthorAnnotation": "CD8a+ ab T/NK cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.873794,
          "sdRefIntergenicDistribution": 2.015927,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 221444,
          "distinctRankCount": 566,
          "maxRank": 16248.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124078328,
            "mappedReadsCount": 74179698,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304246"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000624",
              "name": "CD4-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD4+ ab T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.682849,
          "sdRefIntergenicDistribution": 2.878169,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1756581,
          "distinctRankCount": 1596,
          "maxRank": 18161.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124078328,
            "mappedReadsCount": 74179698,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304246"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "CD2- GD T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.730413,
          "sdRefIntergenicDistribution": 2.437261,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 462337,
          "distinctRankCount": 820,
          "maxRank": 17039.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124078328,
            "mappedReadsCount": 74179698,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304246"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "CD2+ GD T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.841972,
          "sdRefIntergenicDistribution": 1.931225,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 139315,
          "distinctRankCount": 497,
          "maxRank": 15907.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124078328,
            "mappedReadsCount": 74179698,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304246"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.253422,
          "sdRefIntergenicDistribution": 3.006829,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2571797,
          "distinctRankCount": 2080,
          "maxRank": 18407.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124078328,
            "mappedReadsCount": 74179698,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304246"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:2000001",
              "name": "peripheral blood mononuclear cell"
            },
            "cellTypeAuthorAnnotation": "Unknown",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.782859,
          "sdRefIntergenicDistribution": 1.535628,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38141,
          "distinctRankCount": 238,
          "maxRank": 14029.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124078328,
            "mappedReadsCount": 74179698,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304246"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "pDCs",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.200030,
          "sdRefIntergenicDistribution": 1.781302,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 103307,
          "distinctRankCount": 501,
          "maxRank": 15375.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124078328,
            "mappedReadsCount": 74179698,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304246"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.465947,
          "sdRefIntergenicDistribution": 1.679779,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 70304,
          "distinctRankCount": 313,
          "maxRank": 14816.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124078328,
            "mappedReadsCount": 74179698,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304246"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocytes",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.032018,
          "sdRefIntergenicDistribution": 2.144412,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 407880,
          "distinctRankCount": 856,
          "maxRank": 16701.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 119628011,
            "mappedReadsCount": 68774752,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304247"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000232",
              "name": "erythrocyte"
            },
            "cellTypeAuthorAnnotation": "Erythrocytes",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.606243,
          "sdRefIntergenicDistribution": 1.331219,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20486,
          "distinctRankCount": 99,
          "maxRank": 12667.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 119628011,
            "mappedReadsCount": 68774752,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304247"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDCs",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.243915,
          "sdRefIntergenicDistribution": 1.628385,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 81082,
          "distinctRankCount": 388,
          "maxRank": 14999.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 119628011,
            "mappedReadsCount": 68774752,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304247"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8ab+ ab T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.965289,
          "sdRefIntergenicDistribution": 2.546190,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 916750,
          "distinctRankCount": 1283,
          "maxRank": 17664.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 119628011,
            "mappedReadsCount": 68774752,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304247"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000542",
              "name": "lymphocyte"
            },
            "cellTypeAuthorAnnotation": "CD8a+ ab T/NK cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.345440,
          "sdRefIntergenicDistribution": 1.843526,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 126320,
          "distinctRankCount": 452,
          "maxRank": 15675.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 119628011,
            "mappedReadsCount": 68774752,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304247"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000624",
              "name": "CD4-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD4+ ab T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.083198,
          "sdRefIntergenicDistribution": 2.695178,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1110221,
          "distinctRankCount": 1207,
          "maxRank": 17807.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 119628011,
            "mappedReadsCount": 68774752,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304247"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "CD2- GD T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.834474,
          "sdRefIntergenicDistribution": 2.124671,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 234999,
          "distinctRankCount": 565,
          "maxRank": 16333.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 119628011,
            "mappedReadsCount": 68774752,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304247"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "CD2+ GD T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.592141,
          "sdRefIntergenicDistribution": 1.956552,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 148793,
          "distinctRankCount": 479,
          "maxRank": 16055.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 119628011,
            "mappedReadsCount": 68774752,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304247"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:2000001",
              "name": "peripheral blood mononuclear cell"
            },
            "cellTypeAuthorAnnotation": "Unknown",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.930640,
          "sdRefIntergenicDistribution": 1.478656,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26301,
          "distinctRankCount": 189,
          "maxRank": 13722.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 119628011,
            "mappedReadsCount": 68774752,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304247"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "pDCs",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.513058,
          "sdRefIntergenicDistribution": 1.705415,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 81713,
          "distinctRankCount": 410,
          "maxRank": 15041.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 119628011,
            "mappedReadsCount": 68774752,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304247"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.904770,
          "sdRefIntergenicDistribution": 1.623438,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 50021,
          "distinctRankCount": 269,
          "maxRank": 14540.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 119628011,
            "mappedReadsCount": 68774752,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304247"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocytes",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.235665,
          "sdRefIntergenicDistribution": 2.080590,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 364372,
          "distinctRankCount": 808,
          "maxRank": 16539.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 119628011,
            "mappedReadsCount": 68774752,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304247"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000946",
              "name": "antibody secreting cell"
            },
            "cellTypeAuthorAnnotation": "ASC",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.356878,
          "sdRefIntergenicDistribution": 1.706210,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 261094,
          "distinctRankCount": 703,
          "maxRank": 15630.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 119628011,
            "mappedReadsCount": 68774752,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304247"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.260169,
          "sdRefIntergenicDistribution": 3.091508,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3141329,
          "distinctRankCount": 2266,
          "maxRank": 18584.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 84622557,
            "mappedReadsCount": 46408558,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304248"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "CD2- GD T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.692241,
          "sdRefIntergenicDistribution": 2.411278,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 451883,
          "distinctRankCount": 804,
          "maxRank": 17008.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 84622557,
            "mappedReadsCount": 46408558,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304248"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000232",
              "name": "erythrocyte"
            },
            "cellTypeAuthorAnnotation": "Erythrocytes",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.956560,
          "sdRefIntergenicDistribution": 1.387682,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35556,
          "distinctRankCount": 161,
          "maxRank": 13312.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 84622557,
            "mappedReadsCount": 46408558,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304248"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDCs",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.850969,
          "sdRefIntergenicDistribution": 1.963742,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 240829,
          "distinctRankCount": 655,
          "maxRank": 16232.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 84622557,
            "mappedReadsCount": 46408558,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304248"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8ab+ ab T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.500396,
          "sdRefIntergenicDistribution": 2.567532,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1048232,
          "distinctRankCount": 1397,
          "maxRank": 17751.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 84622557,
            "mappedReadsCount": 46408558,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304248"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000542",
              "name": "lymphocyte"
            },
            "cellTypeAuthorAnnotation": "CD8a+ ab T/NK cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.203558,
          "sdRefIntergenicDistribution": 1.848484,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 142274,
          "distinctRankCount": 486,
          "maxRank": 15793.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 84622557,
            "mappedReadsCount": 46408558,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304248"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000624",
              "name": "CD4-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD4+ ab T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.494189,
          "sdRefIntergenicDistribution": 2.812484,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1530105,
          "distinctRankCount": 1464,
          "maxRank": 17987.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 84622557,
            "mappedReadsCount": 46408558,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304248"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "CD2+ GD T cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.687764,
          "sdRefIntergenicDistribution": 1.986207,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 165413,
          "distinctRankCount": 517,
          "maxRank": 16153.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 84622557,
            "mappedReadsCount": 46408558,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304248"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.015560,
          "sdRefIntergenicDistribution": 3.010799,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2529889,
          "distinctRankCount": 2025,
          "maxRank": 18361.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 84622557,
            "mappedReadsCount": 46408558,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304248"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:2000001",
              "name": "peripheral blood mononuclear cell"
            },
            "cellTypeAuthorAnnotation": "Unknown",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.727639,
          "sdRefIntergenicDistribution": 1.429840,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18070,
          "distinctRankCount": 158,
          "maxRank": 13312.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 84622557,
            "mappedReadsCount": 46408558,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304248"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "pDCs",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.321240,
          "sdRefIntergenicDistribution": 1.642096,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 71142,
          "distinctRankCount": 420,
          "maxRank": 14923.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 84622557,
            "mappedReadsCount": 46408558,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304248"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK cells",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.271538,
          "sdRefIntergenicDistribution": 1.606499,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49666,
          "distinctRankCount": 279,
          "maxRank": 14570.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 84622557,
            "mappedReadsCount": 46408558,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304248"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocytes",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.499068,
          "sdRefIntergenicDistribution": 2.224359,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 485154,
          "distinctRankCount": 935,
          "maxRank": 16909.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 84622557,
            "mappedReadsCount": 46408558,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304248"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000946",
              "name": "antibody secreting cell"
            },
            "cellTypeAuthorAnnotation": "ASC",
            "devStage": {
              "id": "SscrDv:0000065",
              "name": "1-year-old stage (pig)"
            },
            "devStageAuthorAnnotation": "12 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.564709,
          "sdRefIntergenicDistribution": 1.916980,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 467582,
          "distinctRankCount": 960,
          "maxRank": 16366.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163874812,
            "mappedReadsCount": 111276780,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304249"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "pDCs",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "female",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.413243,
          "sdRefIntergenicDistribution": 1.440935,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30867,
          "distinctRankCount": 230,
          "maxRank": 13853.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163874812,
            "mappedReadsCount": 111276780,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304249"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000232",
              "name": "erythrocyte"
            },
            "cellTypeAuthorAnnotation": "Erythrocytes",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "female",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.936752,
          "sdRefIntergenicDistribution": 1.721106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 486511,
          "distinctRankCount": 506,
          "maxRank": 15895.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163874812,
            "mappedReadsCount": 111276780,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304249"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDCs",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "female",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.265710,
          "sdRefIntergenicDistribution": 1.610234,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 153794,
          "distinctRankCount": 546,
          "maxRank": 15631.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163874812,
            "mappedReadsCount": 111276780,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304249"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8ab+ ab T cells",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "female",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.327038,
          "sdRefIntergenicDistribution": 3.078848,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7397819,
          "distinctRankCount": 3396,
          "maxRank": 18937.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163874812,
            "mappedReadsCount": 111276780,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304249"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000542",
              "name": "lymphocyte"
            },
            "cellTypeAuthorAnnotation": "CD8a+ ab T/NK cells",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "female",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.878487,
          "sdRefIntergenicDistribution": 2.914559,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3556892,
          "distinctRankCount": 2055,
          "maxRank": 18292.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163874812,
            "mappedReadsCount": 111276780,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304249"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000624",
              "name": "CD4-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD4+ ab T cells",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "female",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.835579,
          "sdRefIntergenicDistribution": 2.738597,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2670674,
          "distinctRankCount": 1964,
          "maxRank": 18211.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163874812,
            "mappedReadsCount": 111276780,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304249"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "CD2- GD T cells",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "female",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.630292,
          "sdRefIntergenicDistribution": 2.307288,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 651847,
          "distinctRankCount": 867,
          "maxRank": 17170.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163874812,
            "mappedReadsCount": 111276780,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304249"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cells",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "female",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.704083,
          "sdRefIntergenicDistribution": 3.124060,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6754599,
          "distinctRankCount": 2964,
          "maxRank": 18996.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163874812,
            "mappedReadsCount": 111276780,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304249"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:2000001",
              "name": "peripheral blood mononuclear cell"
            },
            "cellTypeAuthorAnnotation": "Unknown",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "female",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 63.528795,
          "sdRefIntergenicDistribution": 1.302183,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15813,
          "distinctRankCount": 119,
          "maxRank": 13054.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163874812,
            "mappedReadsCount": 111276780,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304249"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK cells",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "female",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.124577,
          "sdRefIntergenicDistribution": 2.741027,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1388627,
          "distinctRankCount": 1286,
          "maxRank": 17745.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163874812,
            "mappedReadsCount": 111276780,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304249"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocytes",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "female",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.628272,
          "sdRefIntergenicDistribution": 2.719752,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2709907,
          "distinctRankCount": 2109,
          "maxRank": 18020.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163874812,
            "mappedReadsCount": 111276780,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304249"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000946",
              "name": "antibody secreting cell"
            },
            "cellTypeAuthorAnnotation": "ASC",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "female",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.295151,
          "sdRefIntergenicDistribution": 1.980586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 760650,
          "distinctRankCount": 1191,
          "maxRank": 16667.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163874812,
            "mappedReadsCount": 111276780,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304249"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "CD2+ GD T cells",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "female",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.329758,
          "sdRefIntergenicDistribution": 2.201097,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 653465,
          "distinctRankCount": 1003,
          "maxRank": 17023.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 202399766,
            "mappedReadsCount": 131993497,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304250"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000232",
              "name": "erythrocyte"
            },
            "cellTypeAuthorAnnotation": "Erythrocytes",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.830232,
          "sdRefIntergenicDistribution": 1.471636,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49447,
          "distinctRankCount": 295,
          "maxRank": 14476.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 202399766,
            "mappedReadsCount": 131993497,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304250"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "cDCs",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.472236,
          "sdRefIntergenicDistribution": 2.040203,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 530532,
          "distinctRankCount": 1131,
          "maxRank": 16736.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 202399766,
            "mappedReadsCount": 131993497,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304250"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8ab+ ab T cells",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.644673,
          "sdRefIntergenicDistribution": 3.068422,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6114597,
          "distinctRankCount": 3239,
          "maxRank": 18954.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 202399766,
            "mappedReadsCount": 131993497,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304250"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000542",
              "name": "lymphocyte"
            },
            "cellTypeAuthorAnnotation": "CD8a+ ab T/NK cells",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.483377,
          "sdRefIntergenicDistribution": 2.646000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1632752,
          "distinctRankCount": 1489,
          "maxRank": 17851.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 202399766,
            "mappedReadsCount": 131993497,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304250"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000624",
              "name": "CD4-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD4+ ab T cells",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.843823,
          "sdRefIntergenicDistribution": 3.014064,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4638516,
          "distinctRankCount": 2550,
          "maxRank": 18717.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 202399766,
            "mappedReadsCount": 131993497,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304250"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "CD2- GD T cells",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.336098,
          "sdRefIntergenicDistribution": 2.523168,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 949246,
          "distinctRankCount": 1097,
          "maxRank": 17537.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 202399766,
            "mappedReadsCount": 131993497,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304250"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "cellTypeAuthorAnnotation": "CD2+ GD T cells",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.869014,
          "sdRefIntergenicDistribution": 2.303555,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 637683,
          "distinctRankCount": 1029,
          "maxRank": 17227.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 202399766,
            "mappedReadsCount": 131993497,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304250"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cells",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.738707,
          "sdRefIntergenicDistribution": 3.140166,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6187399,
          "distinctRankCount": 3015,
          "maxRank": 18865.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 202399766,
            "mappedReadsCount": 131993497,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304250"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:2000001",
              "name": "peripheral blood mononuclear cell"
            },
            "cellTypeAuthorAnnotation": "Unknown",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.267376,
          "sdRefIntergenicDistribution": 1.688658,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 160304,
          "distinctRankCount": 545,
          "maxRank": 15830.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 202399766,
            "mappedReadsCount": 131993497,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304250"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "pDCs",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.435699,
          "sdRefIntergenicDistribution": 1.755399,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 130939,
          "distinctRankCount": 564,
          "maxRank": 15585.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 202399766,
            "mappedReadsCount": 131993497,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304250"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK cells",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.660087,
          "sdRefIntergenicDistribution": 2.733377,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1714331,
          "distinctRankCount": 1512,
          "maxRank": 17862.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 202399766,
            "mappedReadsCount": 131993497,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304250"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocytes",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.492381,
          "sdRefIntergenicDistribution": 3.266777,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8590708,
          "distinctRankCount": 3856,
          "maxRank": 18895.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 3000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 202399766,
            "mappedReadsCount": 131993497,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_ERP127795_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304250"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000946",
              "name": "antibody secreting cell"
            },
            "cellTypeAuthorAnnotation": "ASC",
            "devStage": {
              "id": "SscrDv:0000016",
              "name": "7-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "7 weeks",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.563989,
          "sdRefIntergenicDistribution": 2.058421,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 721027,
          "distinctRankCount": 1263,
          "maxRank": 16691.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 75,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45466391,
            "mappedReadsCount": 37787944,
            "minReadLength": 35,
            "maxReadLength": 76
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Sus_scrofa/",
                "fileName": "Sus_scrofa_RNA-Seq_read_counts_TPM_ERP127795.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304229"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "anatEntityAuthorAnnotation": "A1_SWC6gdT",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "SscrDv:0000059",
              "name": "6-month-old stage (pig)"
            },
            "devStageAuthorAnnotation": "6 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.024769,
          "sdRefIntergenicDistribution": 3.459581,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 19591,
          "maxRank": 25884.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 75,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 55295036,
            "mappedReadsCount": 46563950,
            "minReadLength": 35,
            "maxReadLength": 76
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Sus_scrofa/",
                "fileName": "Sus_scrofa_RNA-Seq_read_counts_TPM_ERP127795.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304230"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "anatEntityAuthorAnnotation": "A1_CD8T",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "SscrDv:0000059",
              "name": "6-month-old stage (pig)"
            },
            "devStageAuthorAnnotation": "6 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.015908,
          "sdRefIntergenicDistribution": 3.712402,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 18812,
          "maxRank": 25491.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 75,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 50951259,
            "mappedReadsCount": 42384909,
            "minReadLength": 35,
            "maxReadLength": 76
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Sus_scrofa/",
                "fileName": "Sus_scrofa_RNA-Seq_read_counts_TPM_ERP127795.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304231"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "anatEntityAuthorAnnotation": "A1_CD4T",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "SscrDv:0000059",
              "name": "6-month-old stage (pig)"
            },
            "devStageAuthorAnnotation": "6 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.023655,
          "sdRefIntergenicDistribution": 3.512874,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 19219,
          "maxRank": 25682.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 75,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 38433454,
            "mappedReadsCount": 32268479,
            "minReadLength": 35,
            "maxReadLength": 76
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Sus_scrofa/",
                "fileName": "Sus_scrofa_RNA-Seq_read_counts_TPM_ERP127795.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304232"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "anatEntityAuthorAnnotation": "A1_CD4CD8T",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "SscrDv:0000059",
              "name": "6-month-old stage (pig)"
            },
            "devStageAuthorAnnotation": "6 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.022861,
          "sdRefIntergenicDistribution": 3.290622,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 19050,
          "maxRank": 25623.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 75,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 38044103,
            "mappedReadsCount": 33555199,
            "minReadLength": 35,
            "maxReadLength": 76
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Sus_scrofa/",
                "fileName": "Sus_scrofa_RNA-Seq_read_counts_TPM_ERP127795.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304233"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "anatEntityAuthorAnnotation": "A1_Myeloid",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "SscrDv:0000059",
              "name": "6-month-old stage (pig)"
            },
            "devStageAuthorAnnotation": "6 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.014471,
          "sdRefIntergenicDistribution": 3.184512,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 18384,
          "maxRank": 25278.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 75,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 43364038,
            "mappedReadsCount": 36851636,
            "minReadLength": 35,
            "maxReadLength": 76
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Sus_scrofa/",
                "fileName": "Sus_scrofa_RNA-Seq_read_counts_TPM_ERP127795.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304234"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "anatEntityAuthorAnnotation": "A1_NK",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "SscrDv:0000059",
              "name": "6-month-old stage (pig)"
            },
            "devStageAuthorAnnotation": "6 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.022309,
          "sdRefIntergenicDistribution": 3.641218,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 18617,
          "maxRank": 25359.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 75,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 41340099,
            "mappedReadsCount": 32531868,
            "minReadLength": 35,
            "maxReadLength": 76
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Sus_scrofa/",
                "fileName": "Sus_scrofa_RNA-Seq_read_counts_TPM_ERP127795.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304235"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "anatEntityAuthorAnnotation": "A1_CD21pB",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "SscrDv:0000059",
              "name": "6-month-old stage (pig)"
            },
            "devStageAuthorAnnotation": "6 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.032632,
          "sdRefIntergenicDistribution": 3.451041,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 19525,
          "maxRank": 25835.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 75,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 41101628,
            "mappedReadsCount": 34019717,
            "minReadLength": 35,
            "maxReadLength": 76
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Sus_scrofa/",
                "fileName": "Sus_scrofa_RNA-Seq_read_counts_TPM_ERP127795.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304236"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "anatEntityAuthorAnnotation": "A1_CD21nB",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "SscrDv:0000059",
              "name": "6-month-old stage (pig)"
            },
            "devStageAuthorAnnotation": "6 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.034692,
          "sdRefIntergenicDistribution": 3.305977,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 21325,
          "maxRank": 26767.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 75,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 51896502,
            "mappedReadsCount": 38582775,
            "minReadLength": 35,
            "maxReadLength": 76
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Sus_scrofa/",
                "fileName": "Sus_scrofa_RNA-Seq_read_counts_TPM_ERP127795.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304237"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "CL:0000798",
              "name": "gamma-delta T cell"
            },
            "anatEntityAuthorAnnotation": "A2_SWC6gdT",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "SscrDv:0000059",
              "name": "6-month-old stage (pig)"
            },
            "devStageAuthorAnnotation": "6 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.035719,
          "sdRefIntergenicDistribution": 3.484177,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 19980,
          "maxRank": 26067.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 75,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 59022127,
            "mappedReadsCount": 50873028,
            "minReadLength": 35,
            "maxReadLength": 76
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Sus_scrofa/",
                "fileName": "Sus_scrofa_RNA-Seq_read_counts_TPM_ERP127795.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304238"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "anatEntityAuthorAnnotation": "A2_CD8T",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "SscrDv:0000059",
              "name": "6-month-old stage (pig)"
            },
            "devStageAuthorAnnotation": "6 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.010345,
          "sdRefIntergenicDistribution": 3.733600,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 16735,
          "maxRank": 24410.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 75,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42009371,
            "mappedReadsCount": 31045830,
            "minReadLength": 35,
            "maxReadLength": 76
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Sus_scrofa/",
                "fileName": "Sus_scrofa_RNA-Seq_read_counts_TPM_ERP127795.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304239"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "anatEntityAuthorAnnotation": "A2_CD4T",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "SscrDv:0000059",
              "name": "6-month-old stage (pig)"
            },
            "devStageAuthorAnnotation": "6 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.027803,
          "sdRefIntergenicDistribution": 3.413749,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 19300,
          "maxRank": 25713.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 74,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 44416277,
            "mappedReadsCount": 35352828,
            "minReadLength": 35,
            "maxReadLength": 76
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Sus_scrofa/",
                "fileName": "Sus_scrofa_RNA-Seq_read_counts_TPM_ERP127795.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304240"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "anatEntityAuthorAnnotation": "A2_CD4CD8T",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "SscrDv:0000059",
              "name": "6-month-old stage (pig)"
            },
            "devStageAuthorAnnotation": "6 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.022890,
          "sdRefIntergenicDistribution": 3.684152,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 18390,
          "maxRank": 25240.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 75,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 59763884,
            "mappedReadsCount": 48112450,
            "minReadLength": 35,
            "maxReadLength": 76
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Sus_scrofa/",
                "fileName": "Sus_scrofa_RNA-Seq_read_counts_TPM_ERP127795.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304241"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "anatEntityAuthorAnnotation": "A2_Myeloid",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "SscrDv:0000059",
              "name": "6-month-old stage (pig)"
            },
            "devStageAuthorAnnotation": "6 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.015694,
          "sdRefIntergenicDistribution": 3.378404,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 19000,
          "maxRank": 25596.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 75,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 48042624,
            "mappedReadsCount": 40644306,
            "minReadLength": 35,
            "maxReadLength": 76
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Sus_scrofa/",
                "fileName": "Sus_scrofa_RNA-Seq_read_counts_TPM_ERP127795.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304242"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "anatEntityAuthorAnnotation": "A2_CD21pB",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "SscrDv:0000059",
              "name": "6-month-old stage (pig)"
            },
            "devStageAuthorAnnotation": "6 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.011021,
          "sdRefIntergenicDistribution": 3.576004,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 16934,
          "maxRank": 24523.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 75,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 44909810,
            "mappedReadsCount": 38089807,
            "minReadLength": 35,
            "maxReadLength": 76
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 28810,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Sus_scrofa/",
                "fileName": "Sus_scrofa_RNA-Seq_read_counts_TPM_ERP127795.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP127795",
              "xRefName": "Transcriptional landscape of porcine circulating immune cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP127795",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.3389/fgene.2021.689406",
            "name": "Transcriptional landscape of porcine circulating immune cells",
            "description": "Bulk RNA-seq from immune sorted cells and single cell RNA sequencing data from porcine PBMCs were generated to determine the gene expression pattern of porcine immune cells. This study is part of the FAANG project, promoting rapid prepublication of data to support the research community. These data are released under Fort Lauderdale principles, as confirmed in the Toronto Statement (Toronto International Data Release Workshop. Birney et al. 2009. Pre-publication data sharing. Nature 461:168-170). Any use of this dataset must abide by the FAANG data sharing principles. Data producers reserve the right to make the first publication of a global analysis of this data. If you are unsure if you are allowed to publish on this dataset, please contact the FAANG Data Coordination Centre and FAANG consortium (email faang-dcc@ebi.ac.uk and cc faang@iastate.edu) to enquire. The full guidelines can be found at http://www.faang.org/data-share-principle.\"",
            "id": "ERP127795"
          },
          "id": "ERX5304243"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "anatEntityAuthorAnnotation": "A2_CD21nB",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "SscrDv:0000059",
              "name": "6-month-old stage (pig)"
            },
            "devStageAuthorAnnotation": "6 months",
            "sex": "male",
            "strain": "Large white X Landrace",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.011343,
          "sdRefIntergenicDistribution": 3.736500,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 15993,
          "maxRank": 24004.00
        },
        "barcode": ""
      }
    ],
    "downloadUrls": [
      {
        "text": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz",
        "title": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP127795.tsv.gz"
      },
      {
        "text": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
        "href": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/Sus_scrofa_ERP127795_droplet_based.h5ad",
        "title": "Sus_scrofa_ERP127795_droplet_based.h5ad"
      },
      {
        "text": "Bulk RNA-Seq processed expression values in Sus scrofa",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Sus_scrofa/Sus_scrofa_RNA-Seq_read_counts_TPM_ERP127795.tsv.gz",
        "title": "Sus_scrofa_RNA-Seq_read_counts_TPM_ERP127795.tsv.gz"
      }
    ]
  }
}