Skip to contents

Format LIANA CCI results

Usage

format_liana(
  input_interactions,
  ref_db = "data/interactions_db/ref_db.rds",
  output_dir = ".",
  sample_id = NULL
)

Arguments

input_interactions

path to file with the inferred interactions from LIANA (output file generated by run_LIANA()) (rds 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 'LIANA__sample_id.rds')