Description Usage Arguments Value Examples
View source: R/path_genes_by_cell_type.R
Check quantity of data across cell lines available from LINCS corresponding to the pathway of interest
1 2 | path_genes_by_cell_type(KEGG_mappings, pert_time = 96, get_KOs = FALSE,
generate_plot = TRUE)
|
KEGG_mappings |
KEGG_mappings The data.frame object generated by the function expand_KEGG_mappings |
pert_time |
Choose from (6,24,48,96,120,144,168) |
get_KOs |
Logical indicator to have data frame returned |
generate_plot |
Logical indicator to generate histogram |
A plot depicting percentage of pathway genes knocked-out by cell line and a data frame object listing the genes [by cell line]
1 2 3 4 | p53_KGML <- get_KGML("hsa04115")
p53_KEGG_mappings <- expand_KEGG_mappings(p53_KGML)
path_genes_by_cell_type(p53_KEGG_mappings)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.