cNMF icon indicating copy to clipboard operation
cNMF copied to clipboard

Code and example data for running Consensus Non-negative Matrix Factorization on single-cell RNA-Seq data

Results 41 cNMF issues
Sort by recently updated
recently updated
newest added

Hi, I am getting this error, I tried reinstalling but couldn't resolve this issue. I have removed all the low counts and even tried giving TPMs, but failed in running...

Hi guys, When i running the cnmf, the error showing up lying below: ValueError: Distance matrix 'X' must be symmetric. miniconda environment python 3.7.13 Best

How would you recommend to proceed with multiple samples? In the original manuscript, you conclude that it is better to perform any kind of batch correction before applying cNMF, correct?

Hi, I wanted to try linearly regressing out batch from a TPM counts matrix and then zeroing negative values as the input for cNMF. I am getting the following error:...

Hi, first, thank you for providing this tools to the community. I was wondering if there is any way to use multiprocessing from inside a script? Looking at the code...

Hello, I was following one of the tutorials for running cNMF on my own data set. My dataset has 78103 observations and on NAs or inf counts. To see if...

Hello, When running the tutorial notebook analyze_pbmc_example_data.ipynb I get the following error: > ValueError Traceback (most recent call last) ~\AppD``` > ata\Local\Temp\ipykernel_25820\2126166754.py in > 1 ## Prepare the data, I.e....

Hi, I am running version 4.1 in command line and I am getting all the output, except for top_genes. Do you know if there is something I can do to...

Hi Dylan! Yesterday I ran the cNMF in the terminal (Mac M1) and everything went smoothly until the final step, where I encountered an unusual error: ``` (py37) Mac-Studio-de-Maria:tables marialuciaromerorivero$...

HI, I was wondering if there is an advisable way to incorporate the usage result into a Seurat object (ideally V5), so that one can calculate the usage of GEP...