Open kazushin opened 3 years ago
Hi. It appears you're not using valid argument names. The R documentation (e.g. ?plot.ACTIONet
) shows the appropriate argument names for passing transparency attributes, output file names, etc.
Hi, the error comes up because of inappropriate argument names. I am going to try to put the appropriate argument names on it. Thank you very much for the comment. Let me try.
Hi,
I am trying to run the “Example Run” using ‘pbmc_10k_v3.h5’ based on your website’s tutorials. I have seen errors when I was drawing "plot.ACTIONet(ace, "celltypes", transparency.attr = ace$node_centrality)" and following "ACE2AnnData" to export the results.
Do you have any idea to solve the issues?
Am I something wrong or missing packages which need to be installed?
Thank you.
Computing reduced ACTION kernel (sparse): Performing SVD on original matrix: IRLB_ (sparse) -- A: 12075 x 10744 Computing perturbed SVD ... done
Error in plot.ACTIONet(ace, "celltypes", transparency.attr = ace$node_centrality) : unused argument (transparency.attr = ace$node_centrality)
Error in ACE2AnnData(ace, fname = "pbmc_10k_v3.h5ad") : unused argument (fname = "pbmc_10k_v3.h5ad")
Error in ACE2AnnData(ace, fname = "pbmc_10k_v3.h5ad") : unused argument (fname = "pbmc_10k_v3.h5ad")