get_pathway_view: Pathview

Description Usage Arguments

Description

Plot the average expression of a list of genes in one cell type on a pathview plot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
get_pathway_view(
  genes,
  markers,
  cell_type,
  organism_db,
  pathname,
  save_dir,
  pathway_db = NULL,
  cluster_col = "feature",
  organism_name = "human"
)

Arguments

markers

a dataframe of gene expression. It can be generated from find_DE_genes

cell_type

which cell type to analyse

organism_db

the database for the organism to be investigated

pathname

which pathway to view

save_dir

where to save the results

pathway_db

a dataframe with 2 columns: 'pathway' for the common names of the pathway that is used for naming the output file, and 'kegg_id' for the KEGG ID for that pathway. This ID may be obtained from: https://www.genome.jp/kegg/pathway.html

gene

a vector of gene names


Yutong441/TBdev documentation built on Dec. 18, 2021, 8:22 p.m.