{
  "code": 200,
  "status": "SUCCESS",
  "message": "Experiment page",
  "data": {
    "dataType": "SC_RNA_SEQ",
    "columnDescriptions": [
      {
        "title": "Library ID",
        "infoBubble": "Identifier of the RNA-Seq library",
        "attributes": [
          "result.library.id"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Cell type ID",
        "infoBubble": "ID of the cell type of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.cellType.id"
        ],
        "columnType": "ANAT_ENTITY",
        "export": true
      },
      {
        "title": "Cell type name",
        "infoBubble": "Name of the cell type of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.cellType.name"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Cell type author annotation",
        "infoBubble": "Free text annotation of cell type as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.cellTypeAuthorAnnotation"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Anat. entity ID",
        "infoBubble": "ID of the anatomical localization of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.anatEntity.id"
        ],
        "columnType": "ANAT_ENTITY",
        "export": true
      },
      {
        "title": "Anat. entity name",
        "infoBubble": "Name of the anatomical localization of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.anatEntity.name"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Anat. entity author annotation",
        "infoBubble": "Free text annotation of anatomical localization of the sample as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.anatEntityAuthorAnnotation"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Stage ID",
        "infoBubble": "ID of the developmental and life stage of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.devStage.id"
        ],
        "columnType": "DEV_STAGE",
        "export": true
      },
      {
        "title": "Stage name",
        "infoBubble": "Name of the developmental and life stage of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.devStage.name"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Stage author annotation",
        "infoBubble": "Free text annotation of the developmental and life stage of the sample as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.devStageAuthorAnnotation"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Sex",
        "infoBubble": "Annotation of the sex of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.sex"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Strain",
        "infoBubble": "Annotation of the strain of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.strain"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Time",
        "infoBubble": "Free text annotation of the time of sampling as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.time"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Time unit",
        "infoBubble": "Unit for the time of sampling as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.timeUnit"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Species",
        "attributes": [
          "result.annotation.rawDataCondition.species.genus",
          "result.annotation.rawDataCondition.species.speciesName"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Physiological status",
        "infoBubble": "Physiological status of the organism at time of sampling",
        "attributes": [
          "result.annotation.physiologicalStatus"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Technology",
        "attributes": [
          "result.library.technology.protocolName"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Sequencing platform",
        "attributes": [
          "result.library.technology.sequencingPlatfomName"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Sequenced transcript part",
        "infoBubble": "Possible values are: full length, all parts of the transcript are sequenced; 3': only the 3' end of the transcript is sequenced; 5': only the 5' end of the transcript is sequenced.",
        "attributes": [
          "result.library.technology.sequencedTranscriptPart"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Fractionation",
        "infoBubble": "Possible values are: cell, transcripts are extracted from the cell; nuclei, transcripts are extracted from the nucleus.",
        "attributes": [
          "result.library.technology.cellCompartment"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Fragmentation",
        "infoBubble": "Size of the RNA fragmentation",
        "attributes": [
          "result.library.technology.fragmentation"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Run sequencing type",
        "infoBubble": "Paired-end or single-read run",
        "attributes": [
          "result.library.technology.libraryType"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Total read count",
        "infoBubble": "Total number of reads for the library.",
        "attributes": [
          "result.library.pipelineSummary.allReadsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Mapped read count",
        "infoBubble": "Number of reads that could be mapped to the transcriptome.",
        "attributes": [
          "result.library.pipelineSummary.mappedReadsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Total UMI count",
        "infoBubble": "Total number of individual RNA molecules (UMI) for the annotated sample. Only applicable for libraries producing UMIs.",
        "attributes": [
          "result.pipelineSummary.allUMIsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Mapped UMI count",
        "infoBubble": "Number of UMIs that could be mapped to the transcriptome. Only applicable for libraries producing UMIs.",
        "attributes": [
          "result.pipelineSummary.mappedUMIsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Distinct rank count",
        "infoBubble": "When performing a fractional ranking of the genes in the annotated sample, based on their expression level, number of distinct ranks observed, to have a value of the power for distinguishing expression levels. Used as a weight to compute a weighted mean rank accross samples for each gene and compute expression scores in Bgee.",
        "attributes": [
          "result.pipelineSummary.distinctRankCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Max rank",
        "infoBubble": "When performing a fractional ranking of the genes in the annotated sample, based on their expression level, maximum rank attained in the sample. Used to normalize ranks accross samples and compute expression scores in Bgee.",
        "attributes": [
          "result.pipelineSummary.maxRank"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Link to processed expression values",
        "infoBubble": "See the processed expression value results for this assay",
        "columnType": "LINK_TO_PROC_EXPR_VALUES",
        "filterTargets": [
          {
            "valueAttributeName": "result.library.experiment.id",
            "urlParameterName": "filter_exp_id"
          },
          {
            "valueAttributeName": "result.library.id",
            "urlParameterName": "filter_assay_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.cellType.id",
            "urlParameterName": "filter_cell_type_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.anatEntity.id",
            "urlParameterName": "filter_anat_entity_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.devStage.id",
            "urlParameterName": "filter_stage_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.sex",
            "urlParameterName": "filter_sex"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.strain",
            "urlParameterName": "filter_strain"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.species.id",
            "urlParameterName": "filter_species_id"
          }
        ],
        "export": false
      }
    ],
    "experiment": {
      "sampleMultiplexing": false,
      "numberOfAnnotatedCells": 118,
      "downloadFiles": [
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": false,
          "species": {
            "genus": "Mus",
            "speciesName": "musculus",
            "genomeVersion": "GRCm38.p6",
            "speciesFullNameWithoutSpace": "Mus_musculus",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 862507,
            "genomeSpeciesId": 10090,
            "preferredDisplayOrder": 2,
            "name": "mouse",
            "id": 10090
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
          "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
          "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": false,
          "species": {
            "genus": "Mus",
            "speciesName": "musculus",
            "genomeVersion": "GRCm38.p6",
            "speciesFullNameWithoutSpace": "Mus_musculus",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 862507,
            "genomeSpeciesId": 10090,
            "preferredDisplayOrder": 2,
            "name": "mouse",
            "id": 10090
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
          "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
          "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
        "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
        "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
        "releaseDate": "2023-04-04",
        "releaseVersion": "",
        "toDisplay": true,
        "category": "RNA_SEQ",
        "displayOrder": 2,
        "name": "SRA",
        "description": "RNA-Seq data source for various species",
        "id": 19
      },
      "xRef": {
        "xRefId": "SRP020490",
        "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
        "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
        "source": {
          "name": "SRA",
          "description": "RNA-Seq data source for various species",
          "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
        }
      },
      "assayCount": 0,
      "dOI": "10.1126/science.1245316",
      "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
      "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
      "id": "SRP020490"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 15847856,
            "mappedReadsCount": 13215211,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259105"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.032411,
          "sdRefIntergenicDistribution": 5.242011,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12353,
          "maxRank": 12405.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 18905937,
            "mappedReadsCount": 13077216,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259106"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.040082,
          "sdRefIntergenicDistribution": 5.612111,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12127,
          "maxRank": 12189.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 19954016,
            "mappedReadsCount": 13573924,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259107"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.041150,
          "sdRefIntergenicDistribution": 5.710808,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12444,
          "maxRank": 12517.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 12773227,
            "mappedReadsCount": 10015351,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259108"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.043604,
          "sdRefIntergenicDistribution": 5.561405,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12182,
          "maxRank": 12267.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 19114379,
            "mappedReadsCount": 15111487,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259109"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.031765,
          "sdRefIntergenicDistribution": 5.587948,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13364,
          "maxRank": 13444.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 20593481,
            "mappedReadsCount": 15843351,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259110"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.028698,
          "sdRefIntergenicDistribution": 5.529361,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12369,
          "maxRank": 12430.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 20876009,
            "mappedReadsCount": 14327390,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259111"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.034456,
          "sdRefIntergenicDistribution": 5.699352,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12230,
          "maxRank": 12291.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 22004805,
            "mappedReadsCount": 16728358,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259112"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.035163,
          "sdRefIntergenicDistribution": 6.157908,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12902,
          "maxRank": 12970.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 14918215,
            "mappedReadsCount": 11996478,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259113"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.039526,
          "sdRefIntergenicDistribution": 5.658717,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12790,
          "maxRank": 12856.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 20024832,
            "mappedReadsCount": 15123488,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259114"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.035985,
          "sdRefIntergenicDistribution": 5.735170,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13156,
          "maxRank": 13221.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 13621764,
            "mappedReadsCount": 11188497,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259115"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.041426,
          "sdRefIntergenicDistribution": 5.628089,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12804,
          "maxRank": 12867.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 13601829,
            "mappedReadsCount": 9816159,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259116"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.047448,
          "sdRefIntergenicDistribution": 5.499933,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11674,
          "maxRank": 11733.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 14573248,
            "mappedReadsCount": 10048268,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259117"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.046338,
          "sdRefIntergenicDistribution": 5.409306,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13161,
          "maxRank": 13232.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 13275117,
            "mappedReadsCount": 10380307,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259118"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.038974,
          "sdRefIntergenicDistribution": 5.501948,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12477,
          "maxRank": 12546.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 10752712,
            "mappedReadsCount": 7272944,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259119"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.090714,
          "sdRefIntergenicDistribution": 6.237869,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10983,
          "maxRank": 11025.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 13544908,
            "mappedReadsCount": 9420539,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259120"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.048648,
          "sdRefIntergenicDistribution": 6.764753,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9815,
          "maxRank": 9902.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 16025013,
            "mappedReadsCount": 6969699,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259121"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.092088,
          "sdRefIntergenicDistribution": 6.403818,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7830,
          "maxRank": 7846.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 21166793,
            "mappedReadsCount": 11120072,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259122"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.106069,
          "sdRefIntergenicDistribution": 8.860576,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5439,
          "maxRank": 5451.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 13387400,
            "mappedReadsCount": 8430729,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259123"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.070373,
          "sdRefIntergenicDistribution": 5.931210,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10464,
          "maxRank": 10504.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 23964212,
            "mappedReadsCount": 17219551,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259124"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.045944,
          "sdRefIntergenicDistribution": 6.810206,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10886,
          "maxRank": 10924.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 22860800,
            "mappedReadsCount": 13627026,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259125"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.055992,
          "sdRefIntergenicDistribution": 6.460277,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10542,
          "maxRank": 10577.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 24845205,
            "mappedReadsCount": 15177153,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259126"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.050929,
          "sdRefIntergenicDistribution": 6.765152,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11174,
          "maxRank": 11214.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 14968197,
            "mappedReadsCount": 9214425,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259127"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.071526,
          "sdRefIntergenicDistribution": 5.906479,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11784,
          "maxRank": 11833.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 13863044,
            "mappedReadsCount": 8149356,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259128"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.078386,
          "sdRefIntergenicDistribution": 5.996319,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8803,
          "maxRank": 8839.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5880161,
            "mappedReadsCount": 3082383,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259129"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.168349,
          "sdRefIntergenicDistribution": 5.054626,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8918,
          "maxRank": 8947.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 18901599,
            "mappedReadsCount": 14140501,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259130"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.046530,
          "sdRefIntergenicDistribution": 5.904827,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13268,
          "maxRank": 13341.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 28323363,
            "mappedReadsCount": 20709543,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259131"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.027466,
          "sdRefIntergenicDistribution": 5.771194,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13629,
          "maxRank": 13711.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 19132529,
            "mappedReadsCount": 15897811,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259132"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.027877,
          "sdRefIntergenicDistribution": 5.398505,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13272,
          "maxRank": 13349.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 23635335,
            "mappedReadsCount": 19858530,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259133"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.022717,
          "sdRefIntergenicDistribution": 5.413545,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13384,
          "maxRank": 13461.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 19849068,
            "mappedReadsCount": 16253807,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259134"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.028974,
          "sdRefIntergenicDistribution": 5.450944,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13754,
          "maxRank": 13836.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 18735173,
            "mappedReadsCount": 15308243,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259135"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.033947,
          "sdRefIntergenicDistribution": 5.770693,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13064,
          "maxRank": 13150.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 18931474,
            "mappedReadsCount": 14282201,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259136"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.040770,
          "sdRefIntergenicDistribution": 5.621302,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13301,
          "maxRank": 13399.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 27141814,
            "mappedReadsCount": 22805084,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259137"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.028433,
          "sdRefIntergenicDistribution": 7.310689,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8937,
          "maxRank": 8990.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 22580394,
            "mappedReadsCount": 17911931,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259138"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.024577,
          "sdRefIntergenicDistribution": 5.233730,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13173,
          "maxRank": 13264.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 25160196,
            "mappedReadsCount": 17196533,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259139"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.028291,
          "sdRefIntergenicDistribution": 5.499636,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13682,
          "maxRank": 13777.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 17031937,
            "mappedReadsCount": 12282666,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259140"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.035855,
          "sdRefIntergenicDistribution": 5.402484,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13110,
          "maxRank": 13184.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 20128486,
            "mappedReadsCount": 16437705,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259141"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.030654,
          "sdRefIntergenicDistribution": 5.761928,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13287,
          "maxRank": 13371.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 20665156,
            "mappedReadsCount": 14540816,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259142"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.034927,
          "sdRefIntergenicDistribution": 5.530158,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12700,
          "maxRank": 12763.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 18505719,
            "mappedReadsCount": 13764049,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259143"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.043327,
          "sdRefIntergenicDistribution": 6.187195,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9375,
          "maxRank": 9413.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 7081132,
            "mappedReadsCount": 4299285,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259144"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.116484,
          "sdRefIntergenicDistribution": 5.448822,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8761,
          "maxRank": 8778.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 20195690,
            "mappedReadsCount": 15304866,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259145"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.034511,
          "sdRefIntergenicDistribution": 6.046783,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11523,
          "maxRank": 11587.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 16477769,
            "mappedReadsCount": 12236629,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259146"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.039999,
          "sdRefIntergenicDistribution": 5.929358,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10870,
          "maxRank": 10929.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6814964,
            "mappedReadsCount": 4460548,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259147"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.102897,
          "sdRefIntergenicDistribution": 5.525825,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9967,
          "maxRank": 10005.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 18825373,
            "mappedReadsCount": 13832451,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259148"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.042360,
          "sdRefIntergenicDistribution": 6.065238,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11996,
          "maxRank": 12048.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 22899333,
            "mappedReadsCount": 15929653,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259149"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.037590,
          "sdRefIntergenicDistribution": 6.250514,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11380,
          "maxRank": 11422.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 18899880,
            "mappedReadsCount": 13288228,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259150"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.044197,
          "sdRefIntergenicDistribution": 7.560730,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6539,
          "maxRank": 6579.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 14685657,
            "mappedReadsCount": 10795237,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259151"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.043589,
          "sdRefIntergenicDistribution": 5.801622,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11162,
          "maxRank": 11215.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 8195096,
            "mappedReadsCount": 5387601,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259152"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.087387,
          "sdRefIntergenicDistribution": 5.037755,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10537,
          "maxRank": 10567.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 11952688,
            "mappedReadsCount": 8609233,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259153"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.059308,
          "sdRefIntergenicDistribution": 5.509666,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11549,
          "maxRank": 11584.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 46,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 7020820,
            "mappedReadsCount": 4084966,
            "minReadLength": 46,
            "maxReadLength": 46
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259154"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.108681,
          "sdRefIntergenicDistribution": 5.841549,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9634,
          "maxRank": 9672.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 18211796,
            "mappedReadsCount": 10888499,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259321"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.052932,
          "sdRefIntergenicDistribution": 5.466484,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12702,
          "maxRank": 12787.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 21006320,
            "mappedReadsCount": 18081850,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259322"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.026708,
          "sdRefIntergenicDistribution": 5.483920,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14810,
          "maxRank": 14879.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 20562019,
            "mappedReadsCount": 16213856,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259323"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.031649,
          "sdRefIntergenicDistribution": 5.134193,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13738,
          "maxRank": 13839.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 20851197,
            "mappedReadsCount": 17334536,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259324"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.029779,
          "sdRefIntergenicDistribution": 5.433064,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14423,
          "maxRank": 14524.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 17187137,
            "mappedReadsCount": 13189928,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259325"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.033835,
          "sdRefIntergenicDistribution": 5.155216,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14079,
          "maxRank": 14157.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 14207239,
            "mappedReadsCount": 11752333,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259326"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.032712,
          "sdRefIntergenicDistribution": 4.769042,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14245,
          "maxRank": 14311.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 14343375,
            "mappedReadsCount": 11277000,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259327"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.032372,
          "sdRefIntergenicDistribution": 4.999043,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14333,
          "maxRank": 14388.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 13515618,
            "mappedReadsCount": 10454146,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259328"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.030681,
          "sdRefIntergenicDistribution": 4.679190,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14538,
          "maxRank": 14622.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 16319771,
            "mappedReadsCount": 12522363,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259329"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.039847,
          "sdRefIntergenicDistribution": 5.024647,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14769,
          "maxRank": 14850.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 16244286,
            "mappedReadsCount": 9646450,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259330"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.070990,
          "sdRefIntergenicDistribution": 5.011729,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13766,
          "maxRank": 13844.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 15203092,
            "mappedReadsCount": 11986777,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259331"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.039015,
          "sdRefIntergenicDistribution": 5.441279,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13398,
          "maxRank": 13474.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 15701452,
            "mappedReadsCount": 12592089,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259332"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.033100,
          "sdRefIntergenicDistribution": 4.770001,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14167,
          "maxRank": 14243.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 16817861,
            "mappedReadsCount": 12927405,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259333"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.034255,
          "sdRefIntergenicDistribution": 5.304299,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13003,
          "maxRank": 13081.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 13897420,
            "mappedReadsCount": 10639067,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259334"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.044268,
          "sdRefIntergenicDistribution": 6.936842,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8903,
          "maxRank": 8976.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 17522446,
            "mappedReadsCount": 14102035,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259335"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.029236,
          "sdRefIntergenicDistribution": 4.907413,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14532,
          "maxRank": 14626.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 14922469,
            "mappedReadsCount": 11827322,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259336"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.032835,
          "sdRefIntergenicDistribution": 4.979461,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13055,
          "maxRank": 13118.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 17109872,
            "mappedReadsCount": 12584643,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259337"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.034062,
          "sdRefIntergenicDistribution": 5.021542,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11674,
          "maxRank": 11758.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 13509861,
            "mappedReadsCount": 10037393,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259338"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.048780,
          "sdRefIntergenicDistribution": 5.022045,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14572,
          "maxRank": 14653.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 15561019,
            "mappedReadsCount": 12137544,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259339"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.033397,
          "sdRefIntergenicDistribution": 4.850220,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12249,
          "maxRank": 12310.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 14985690,
            "mappedReadsCount": 11217137,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259340"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.042491,
          "sdRefIntergenicDistribution": 5.149471,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14183,
          "maxRank": 14271.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 20186135,
            "mappedReadsCount": 16251242,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259341"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.033047,
          "sdRefIntergenicDistribution": 5.274590,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13184,
          "maxRank": 13270.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 17339783,
            "mappedReadsCount": 14368964,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259342"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.033485,
          "sdRefIntergenicDistribution": 5.430334,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12307,
          "maxRank": 12389.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 16264507,
            "mappedReadsCount": 10836475,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259343"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.039331,
          "sdRefIntergenicDistribution": 4.474283,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 15223,
          "maxRank": 15308.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 16233582,
            "mappedReadsCount": 8585866,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259344"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.044603,
          "sdRefIntergenicDistribution": 4.427299,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 15943,
          "maxRank": 16038.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 24791877,
            "mappedReadsCount": 19615385,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259345"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.026306,
          "sdRefIntergenicDistribution": 4.748751,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 20100,
          "maxRank": 20335.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 20896146,
            "mappedReadsCount": 15599194,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259346"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.033956,
          "sdRefIntergenicDistribution": 4.970730,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 15411,
          "maxRank": 15481.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 19502961,
            "mappedReadsCount": 15369640,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259347"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.029691,
          "sdRefIntergenicDistribution": 4.998692,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13914,
          "maxRank": 13993.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 20844327,
            "mappedReadsCount": 16798133,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259348"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.028992,
          "sdRefIntergenicDistribution": 4.928302,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 15220,
          "maxRank": 15317.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 22259200,
            "mappedReadsCount": 16824794,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259349"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.031032,
          "sdRefIntergenicDistribution": 5.205347,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13393,
          "maxRank": 13464.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 24801355,
            "mappedReadsCount": 18902484,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259350"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.026163,
          "sdRefIntergenicDistribution": 5.456612,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13421,
          "maxRank": 13517.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 17658967,
            "mappedReadsCount": 13472299,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259351"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.040607,
          "sdRefIntergenicDistribution": 5.109286,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12719,
          "maxRank": 12817.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 18589801,
            "mappedReadsCount": 14451737,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259352"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.035825,
          "sdRefIntergenicDistribution": 5.058678,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12457,
          "maxRank": 12512.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 11430871,
            "mappedReadsCount": 8081657,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259353"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.042034,
          "sdRefIntergenicDistribution": 4.146538,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 17428,
          "maxRank": 17542.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 25609748,
            "mappedReadsCount": 19455678,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259354"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.030216,
          "sdRefIntergenicDistribution": 4.890957,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14059,
          "maxRank": 14155.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 16940583,
            "mappedReadsCount": 13784606,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259355"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.032906,
          "sdRefIntergenicDistribution": 4.536768,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 15391,
          "maxRank": 15480.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 16628135,
            "mappedReadsCount": 11418214,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259356"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.036213,
          "sdRefIntergenicDistribution": 4.520212,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14865,
          "maxRank": 14988.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 13717752,
            "mappedReadsCount": 10244400,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259357"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.033178,
          "sdRefIntergenicDistribution": 4.364567,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 17247,
          "maxRank": 17369.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6473432,
            "mappedReadsCount": 3309233,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259358"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.076663,
          "sdRefIntergenicDistribution": 3.739690,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 15752,
          "maxRank": 15834.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 7171006,
            "mappedReadsCount": 3765621,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259359"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.070990,
          "sdRefIntergenicDistribution": 3.848690,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 15492,
          "maxRank": 15557.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 8864298,
            "mappedReadsCount": 5115008,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259360"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.050850,
          "sdRefIntergenicDistribution": 4.011470,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12750,
          "maxRank": 12840.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1086428,
            "mappedReadsCount": 475264,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259361"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.462511,
          "sdRefIntergenicDistribution": 3.843024,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9334,
          "maxRank": 9371.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 53,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 12840266,
            "mappedReadsCount": 6663292,
            "minReadLength": 53,
            "maxReadLength": 53
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259362"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.056822,
          "sdRefIntergenicDistribution": 4.210303,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14797,
          "maxRank": 14891.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5016171,
            "mappedReadsCount": 3397525,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259363"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.140718,
          "sdRefIntergenicDistribution": 5.102313,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8143,
          "maxRank": 8179.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 17002584,
            "mappedReadsCount": 13551117,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259364"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.023598,
          "sdRefIntergenicDistribution": 5.031859,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11881,
          "maxRank": 11950.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 25536785,
            "mappedReadsCount": 18147590,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259365"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.026556,
          "sdRefIntergenicDistribution": 4.646822,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 16358,
          "maxRank": 16473.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 19346489,
            "mappedReadsCount": 13331986,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259366"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.040668,
          "sdRefIntergenicDistribution": 5.356370,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12701,
          "maxRank": 12787.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 24486017,
            "mappedReadsCount": 20496186,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259367"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.022725,
          "sdRefIntergenicDistribution": 5.516644,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14001,
          "maxRank": 14092.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 20975005,
            "mappedReadsCount": 9200190,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259368"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.050925,
          "sdRefIntergenicDistribution": 4.857136,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13355,
          "maxRank": 13473.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 22034430,
            "mappedReadsCount": 15069105,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259369"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.042481,
          "sdRefIntergenicDistribution": 5.746399,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11510,
          "maxRank": 11584.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 20509353,
            "mappedReadsCount": 14450892,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259370"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.036428,
          "sdRefIntergenicDistribution": 5.191725,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13065,
          "maxRank": 13138.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 8048789,
            "mappedReadsCount": 6049374,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259371"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.056402,
          "sdRefIntergenicDistribution": 4.570712,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12528,
          "maxRank": 12587.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 10430831,
            "mappedReadsCount": 8461376,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259372"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.040042,
          "sdRefIntergenicDistribution": 4.592755,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12881,
          "maxRank": 12940.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 24390555,
            "mappedReadsCount": 18020766,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259373"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.030451,
          "sdRefIntergenicDistribution": 4.924320,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14538,
          "maxRank": 14640.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 15505870,
            "mappedReadsCount": 12190385,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259374"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.033463,
          "sdRefIntergenicDistribution": 4.495758,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 15024,
          "maxRank": 15109.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 20142166,
            "mappedReadsCount": 16109801,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259375"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.030417,
          "sdRefIntergenicDistribution": 4.720699,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14305,
          "maxRank": 14393.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 28051985,
            "mappedReadsCount": 22497373,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259376"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.022572,
          "sdRefIntergenicDistribution": 5.044753,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14292,
          "maxRank": 14430.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 27809532,
            "mappedReadsCount": 22402090,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259377"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.022192,
          "sdRefIntergenicDistribution": 5.385333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 15533,
          "maxRank": 15649.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 23317805,
            "mappedReadsCount": 19084928,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259378"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.021899,
          "sdRefIntergenicDistribution": 5.749066,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13208,
          "maxRank": 13263.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 17852717,
            "mappedReadsCount": 13763943,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259379"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.029339,
          "sdRefIntergenicDistribution": 5.386893,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14972,
          "maxRank": 15053.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 51,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 21108538,
            "mappedReadsCount": 15603321,
            "minReadLength": 51,
            "maxReadLength": 51
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX259380"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000358",
              "name": "blastocyst"
            },
            "anatEntityAuthorAnnotation": "mid blastocyst embryo",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "devStage": {
              "id": "MmusDv:0000009",
              "name": "Theiler stage 05 (mouse)"
            },
            "devStageAuthorAnnotation": "Mid blastocyst cell (92-94h post-fertilization)",
            "sex": "male",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.033005,
          "sdRefIntergenicDistribution": 5.070785,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 15260,
          "maxRank": 15396.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 43,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 25566624,
            "mappedReadsCount": 17969423,
            "minReadLength": 43,
            "maxReadLength": 43
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX386062"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.036955,
          "sdRefIntergenicDistribution": 8.414332,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12756,
          "maxRank": 12851.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 43,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 16070957,
            "mappedReadsCount": 11151623,
            "minReadLength": 43,
            "maxReadLength": 43
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX386063"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.051743,
          "sdRefIntergenicDistribution": 6.995536,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11929,
          "maxRank": 11968.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 43,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 12679743,
            "mappedReadsCount": 9588139,
            "minReadLength": 43,
            "maxReadLength": 43
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX386064"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.058623,
          "sdRefIntergenicDistribution": 6.400308,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12036,
          "maxRank": 12082.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 43,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 14232968,
            "mappedReadsCount": 10467046,
            "minReadLength": 43,
            "maxReadLength": 43
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX386065"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.057422,
          "sdRefIntergenicDistribution": 6.528615,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13409,
          "maxRank": 13451.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 43,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 13685842,
            "mappedReadsCount": 7960746,
            "minReadLength": 43,
            "maxReadLength": 43
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX386066"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.067921,
          "sdRefIntergenicDistribution": 6.221896,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11440,
          "maxRank": 11483.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 43,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 8906174,
            "mappedReadsCount": 4994044,
            "minReadLength": 43,
            "maxReadLength": 43
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX386067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.096497,
          "sdRefIntergenicDistribution": 6.230733,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10207,
          "maxRank": 10235.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 43,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 7394654,
            "mappedReadsCount": 5297746,
            "minReadLength": 43,
            "maxReadLength": 43
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX386068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.100401,
          "sdRefIntergenicDistribution": 5.367728,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12085,
          "maxRank": 12126.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 43,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 10471138,
            "mappedReadsCount": 7214641,
            "minReadLength": 43,
            "maxReadLength": 43
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 118,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_SRP020490_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP020490",
              "xRefName": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP020490",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1126/science.1245316",
            "name": "Single-cell RNA-Seq reveals dynamic, random monoallelic gene expression in mammalian cells",
            "description": "In the diploid genome, genes come in two copies, which can have different DNA sequence and where one is maternal and one is paternal. In a particular cell, a gene could potentially be expressed from both copies (biallelic expression) or only one (monoallelic). We performed RNA-Sequencing on individual cells, from zygote to the cells of the late blastocyst, and also individual cells from the adult liver. Using first generation crosses between two distantly related mouse strains, CAST/Ei and C57BL/6, we determined the expression separately from the maternal and paternal alleles. We found that half of the genes were expressed by only one allele, randomly so that some cells would express the paternal allele, some the maternal and a few cell both alleles. We also observed the spread of the progressive inactivation of the paternal X chromosome. Overall design: First generation mouse strain crosses were used to study monoallelic expression on the single cell level",
            "id": "SRP020490"
          },
          "id": "SRX386069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000085",
              "name": "morula"
            },
            "anatEntityAuthorAnnotation": "16-cell embryo",
            "cellType": {
              "id": "CL:0000353",
              "name": "blastoderm cell"
            },
            "cellTypeAuthorAnnotation": "16-cell stage blastomere",
            "devStage": {
              "id": "MmusDv:0000006",
              "name": "Theiler stage 03 (mouse)"
            },
            "devStageAuthorAnnotation": "16-cell stage blastomere",
            "sex": "NA",
            "strain": "CAST_EiJ(mother)_x_C57BL_6J(father)",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.075277,
          "sdRefIntergenicDistribution": 6.463213,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9193,
          "maxRank": 9246.50
        }
      }
    ],
    "downloadUrls": [
      {
        "text": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz",
        "title": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_SRP020490.tsv.gz"
      },
      {
        "text": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
        "href": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/Mus_musculus_SRP020490_full_length.h5ad",
        "title": "Mus_musculus_SRP020490_full_length.h5ad"
      }
    ]
  }
}