CPDBDotData: function to prepare data from cellphone output for dot_plot

Description Usage Arguments

View source: R/cellphonedb.R

Description

function to prepare data from cellphone output for dot_plot

Usage

1
2
3
4
5
6
7
8
CPDBDotData(
  selected_rows = NULL,
  selected_columns = NULL,
  means_path = "./means.txt",
  pvalues_path = "./pvalues.txt",
  means_separator = "\t",
  pvalues_separator = "\t"
)

Arguments

selected_rows

vector of row names in pvalue.txt' interacting_pair

selected_columns

vector of col names in pvalue.txt

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.