Haploid_regulators: Haploid mutagenesis screens for regulators of protein...

Description Usage Value References Examples

Description

This dataset contains regulators of 11 protein phenotypes identified by haploid mutagenesis screens.

Usage

1

Value

a data frame. It has the following columns: "Gene" (gene symbol; regulators), "MI" (mutation index; negative values for positive regulators and positive values for negative regulators), "FDR" and "Phenotype" (one of 11 protein phenotypes).

References

Brockmann et al. (2017). Genetic wiring maps of single-cell protein states reveal an off-switch for GPCR signalling. Nature, 546:307-11.
Mezzadra et al. (2017). Identification of CMTM6 and CMTM4 as PD-L1 protein regulators. Nature, 549:106-10.

Examples

1
2
3
4
5
6
7
8
## Not run: 
Haploid_regulators <- xRDataLoader('Haploid_regulators')
Haploid_regulators[1:5,]
## for 'PDL1'
ind <- grepl('PDL1', Haploid_regulators$Phenotype)
df <- Haploid_regulators[ind,c('Gene','MI','FDR')]

## End(Not run)

XGR documentation built on June 18, 2019, 3:01 p.m.

Related to Haploid_regulators in XGR...