Skip to contents

Pre-computed pilot data from A549 lung adenocarcinoma cells generated using 10x Chromium technology. Contains baseline gene expression parameters and library size information for power analysis of CRISPR-based perturbation experiments.

Usage

A549_Sakellaropoulos

Format

A list with 3 elements:

baseline_expression_stats

Data frame with gene expression data (20,406 genes × 3 columns):

  • response_id: Character vector of Ensembl gene IDs

  • relative_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 (42,377)

  • variation: Variation parameter for PCR bias (0.376)

mapping_efficiency

Numeric. Mapping efficiency value (0.794)

Source

Paper: MethNet: a robust approach to identify regulatory hubs and their distal targets from cancer methylomes

Author and Year: Sakellaropoulos et al., 2024

Journal: Nature Communications

Accession: GSE236304

PMID: 37577603

Details

This dataset was generated from A549 lung adenocarcinoma cells using single-cell RNA sequencing with 10x Chromium technology.

Cells Used in Relative Expression Estimate: All cells in high-moi condition

The data has been processed to extract key statistical parameters needed for power analysis calculations.

See also

get_pilot_data_from_package for accessing this data programmatically

Examples

data(A549_Sakellaropoulos)
str(A549_Sakellaropoulos)
#> List of 3
#>  $ baseline_expression_stats:'data.frame':	20406 obs. of  3 variables:
#>   ..$ response_id        : chr [1:20406] "ENSG00000241860" "ENSG00000237491" "ENSG00000228794" "ENSG00000225880" ...
#>   ..$ relative_expression: num [1:20406] 3.92e-07 5.60e-06 8.59e-06 2.62e-07 1.93e-06 ...
#>   ..$ expression_size    : num [1:20406] 0.601 2.767 173.024 0.326 431.582 ...
#>  $ library_parameters       :List of 2
#>   ..$ UMI_per_cell: num 42377
#>   ..$ variation   : num 0.376
#>  $ mapping_efficiency       : num 0.794