rcpp_mmutil_network_topic_data.Rd
Construct a kNN cell-cell interaction network and identify gene topics
rcpp_mmutil_network_topic_data(
mtx_file,
row_file,
col_file,
latent_factor,
knn,
output,
write_sample_network = FALSE,
output_sample_incidence = NULL,
output_sample_adjacency = NULL,
r_batches = NULL,
CUTOFF = 1e-04,
WEIGHTED = TRUE,
MAXW = 1,
KNN_BILINK = 10L,
KNN_NNLIST = 10L,
NUM_THREADS = 1L,
MAX_ROW_WORD = 2L,
ROW_WORD_SEP = "_",
MAX_COL_WORD = 100L,
COL_WORD_SEP = "@"
)
data file (feature x n)
row file (feature x 1)
row file (n x 1)
(n x K)
kNN parameter
file header for resulting files
Do we want sample inc/adj? (default: FALSE)
file header for sample adj (default: NULL)
batch names (n x 1, default: NULL)
expression present/absent call cutoff (default: 0)
include edge weights in feature calculation (default: TRUE)
maximum edge weight (default: 1)
num. of bidirectional links (default: 10)
num. of nearest neighbor lists (default: 10)
number of threads for multi-core processing
maximum words per line in row_file
word separation character to replace white space
maximum words per line in col_file
word separation character to replace white space
feature.incidence, sample.incidence, sample.adjacency