Skip to contents

Format cell2cell CCI results

Usage

format_cell2cell_wrapper(
  input_interactions_pval,
  input_interactions_scores,
  ref_db = "data/interactions_db/ref_db.rds",
  output_dir = ".",
  sample_id = NULL
)

Arguments

input_interactions_pval

path to file with the inferred interactions pvalues from cell2cell (output file generated by Python/202_cci_cell2cell.py, a csv file)

input_interactions_scores

path to file with the inferred interactions pvalues from cell2cell (output file generated by Python/202_cci_cell2cell.py, a csv file)

ref_db

Path to interactions database (default = "data/interactions_db/ref_db.rds")

output_dir

output directory for saving output (default = '.')

sample_id

sample id to use for saving formatted CCI results (default = NULL; will determine sample id based on 'input_interactions' for this input_interactions has to be of the format 'cell2cell__sample_id.csv')