RRA interactions
take_consensus.Rd
Rank interactions based on CellChat, LIANA (use all methods), cell2cell and CellPhoneDB
Usage
take_consensus(
cellchat_obj,
liana_obj,
cell2cell_obj,
cpdb_obj,
sample_id = NULL,
output_dir = ".",
alpha = 0.05
)
Arguments
- cellchat_obj
path to file generated by 'format_cellchat()'
- liana_obj
path to file generated by 'format_liana()'
- cell2cell_obj
path to file generated by 'format_cell2cell()'
- cpdb_obj
path to file generated by 'format_cpdb()'
- sample_id
sample id to use for saving object
- output_dir
output directory for saving output (default = '.')
- alpha
significance threshold (default = 0.05)