-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add_to_seurat empty output #374
Comments
Hi @igordot , Which version of infercnv are you using? Regards, |
Hi @igordot , Sorry for missing your later post. Step 18 is running the Bayesian Network, and step 19 is applying the filter based on the BayesMaxPNormal threshold. So if those 2 steps have run, then results from steps 19 and 20 will be filtered results. Regards, |
Thank you for clarifying. I am not sure if this answers my initial question. All of the values in |
Hi @igordot , Could you privately share the outputs of your run so I can inspect them and try to debug? Regards, |
Hi, I am running into same issue-infercnv ran great, got good cnv heatmap but all values in map_metadata_from_infercnv.txt are 0s. Can you please help troubleshoot this. Thanks |
Here is the output, including the final inferCNV object: Thank you for taking a look. |
Hi @igordot , @antara-biswas Thank you for sharing your files. I got around to debugging your issue, and it is actually something that has already been fixed for new runs in 01f60de , but it appears you run was done before that. A workaround so you don't have to rerun this dataset is to rename the
Regards, |
Thank you so much for the code, it worked! |
I ran
infercnv::add_to_seurat
on multiple objects. Based on all the plots, there are clear CNVs. I did not provide a Seurat object, somap_metadata_from_infercnv.txt
was generated. The table has the expected number of rows and the correct row names, so it seems to be reading the data. However, all of the values inmap_metadata_from_infercnv.txt
are 0s. What does this mean?The text was updated successfully, but these errors were encountered: