Ginnay / DcjComm

Cell clustering and communication network inference for single-cell transcriptomics
GNU General Public License v3.0
7 stars 0 forks source link

Issue with the Compute_CCI Function #5

Open wangbenwang123 opened 5 hours ago

wangbenwang123 commented 5 hours ago

In part of the Compute_CCI function, the following code appears:

gene_expr <- as.data.frame(gene_expr)

However, in the function's parameters, there is no gene_expr, only data.

Compute_CCI(
  data = data,
)

Additionally, does the data input always need to be in TPM format? Are there any optimized methods for handling counts instead?

wangbenwang123 commented 4 hours ago

and a new error In file(filename, "r", encoding = encoding) : cannot open file 'Pvalue_target_genes_all_cluster.R': No such file or directory