CPDBDotplot: dot plot for cellphone output

Description Usage Arguments

View source: R/cellphonedb.R

Description

dot plot for cellphone output

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
CPDBDotplot(
  selected_rows = NULL,
  selected_columns = NULL,
  filename = "plot.pdf",
  width = 8,
  height = 10,
  means_path = "./means.txt",
  pvalues_path = "./pvalues.txt",
  means_separator = "\t",
  pvalues_separator = "\t",
  output_extension = ".pdf"
)

Arguments

selected_rows

vector of row names in pvalue.txt' interacting_pair

selected_columns

vector of col names in pvalue.txt

filename

plot filename

means_path

the cellphone method analysis out's means.txt file

pvalues_path

the cellphone method analysis out's pvalues.txt file


RyanYip-Kat/yipCat documentation built on Dec. 18, 2021, 11:55 a.m.