refine_mappings: Refine pathway by cell type

Description Usage Arguments Value Examples

View source: R/refine_mappings.R

Description

Reduce the KEGG pathway by only including genes that are expressed within a given cell type

Usage

1
refine_mappings(KEGG_mappings, cell_line)

Arguments

KEGG_mappings

The data.frame object generated by the function expand_KEGG_mappings

cell_line

Choose from the set of cell lines with baseline data; cell-lines may or may not have corresponding KO data

Value

A dataframe object with reduced set of pathway mappings to be passed on to other functions

Examples

1
2
3
p53_KGML <- get_KGML("hsa04115")
p53_KEGG_mappings <-  expand_KEGG_mappings(p53_KGML)
MCF7_p53_mappings <- refine_mappings(p53_KEGG_mappings, "MCF7")

KEGGlincs documentation built on Nov. 8, 2020, 5:47 p.m.