Description Usage Arguments Value Author(s) References Examples
View source: R/chromatinModification.R
'chromatinModification' compares the chromatin modification abundance between cancer cell lines with highest and lowest dependencies of a gene set (signature).
1 2 3 4 5 6 7 8 | chromatinModification(
signature.name,
signature,
cutoff.freq = 10,
cutoff.percentile = 0.2,
cutoff.pvalue = 0.05,
cutoff.diff = 0.1
)
|
signature.name |
Names of a signature (format: character) |
signature |
Gene names of a signature (format: vector) |
cutoff.freq |
Cutoff for frequency of cancer cell lines for each cancer type, default 10 |
cutoff.percentile |
Cutoff for percentile of cancer cell lines with highest/lowest dependency, default 0.2 |
cutoff.pvalue |
Cutoff for p-value of the T-test results, default 0.05 |
cutoff.diff |
Cutoff for difference of the T-test results, default 0.1 |
plot
Xiao Chen
1. X Chen, J McGuire, F Zhu, X Xu, Y Li, D Karagiannis, R Dalla-Favera, A Ciccia, J Amengual, C Lu (2020). Harnessing genetic dependency correlation network to reveal chromatin vulnerability in cancer. In preparation.
1 2 3 4 | source(system.file("script", "load_libs.R", package = "deplink"))
signature.name = "9-1-1"
signature = c("RAD9A", "RAD1", "HUS1", "RAD17")
chromatinModification(signature.name, signature)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.