
T_CD8 Shifrut reference data for CRISPR power analysis
T_CD8_Shifrut.Rd
Pre-computed pilot data from primary CD8+ T cells generated using 10x Chromium technology. Contains baseline gene expression parameters and library size information for power analysis of CRISPR-based perturbation experiments.
Format
A list with 3 elements:
- baseline_expression_stats
Data frame with gene expression data (20,935 genes × 3 columns):
response_id
: Character vector of Ensembl gene IDsrelative_expression
: Numeric vector of relative expression levels (TPM/1e6 scale)expression_size
: Numeric vector of dispersion parameters (theta)
- library_parameters
List containing:
UMI_per_cell
: Maximum UMI per cell parameter (8,801)variation
: Variation parameter for PCR bias (0.297)
- mapping_efficiency
Numeric. Mapping efficiency value (0.679)
Source
Paper: Genome-wide CRISPR Screens in Primary Human T Cells Reveal Key Regulators of Immune Function
Author and Year: Shifrut et al., 2018
Journal: Cell
Accession: GSE119450
PMID: 30449619
Details
This dataset was generated from primary CD8+ T cells using single-cell RNA sequencing with 10x Chromium technology.
Cells Used in Relative Expression Estimate: All cells in high-moi condition
See also
get_pilot_data_from_package
for accessing this data programmatically
Examples
data(T_CD8_Shifrut)
str(T_CD8_Shifrut)
#> List of 3
#> $ baseline_expression_stats:'data.frame': 20935 obs. of 3 variables:
#> ..$ response_id : chr [1:20935] "ENSG00000238009" "ENSG00000241860" "ENSG00000237491" "ENSG00000228794" ...
#> ..$ relative_expression: num [1:20935] 2.27e-07 4.66e-07 1.98e-05 1.25e-05 1.26e-06 ...
#> ..$ expression_size : num [1:20935] 355.245 408.681 0.811 8.116 2.517 ...
#> $ library_parameters :List of 2
#> ..$ UMI_per_cell: num 8801
#> ..$ variation : num 0.297
#> $ mapping_efficiency : num 0.679