Save cell expression - cell expression association patterns for simulation
Source:R/EstCCI.R
ExprExprTable.Rd
Save cell expression - cell expression association patterns for simulation
Arguments
- gobject
Giotto object, output of preprocessGiotto.
- database
Specify databases for pairs of genes for consideration. Possible values include "mouse", "human", and "external". The "mouse" and "human" are ligand-receptor pairs downloaded from CellTalkDB. If "external" is used, users also need to provide value for
external_database_path
.- external_database_path
A path and file name to external gene-gene pair database.
- region_specific
Perform the analysis separately for each region.
- spatial_network_name
Networks to choose. Possible values include "Delaunay_network", "distance_based_network", "knn_network".
- p_adj
Adjusted p-value threshold (Default = 0.05) for saving.
- abs_log2fc_LR
Effect size threshold for saving.
- output_file
Provide a path and file name to save the CCI results for use in sCCIgen.
- seed
Seed.