-
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
Plotting inferCNV heatmap of several samples #662
Comments
Could you solve this problem? I have a similar task to do. |
Unfortunately, I could not solve this yet. |
I have a similar question as well. Have you solved it? |
Unfortunately, not yet. |
My solution for this has been to run all the samples as a single dataset but then append the patient IDs to the cells of interest in the annotation dataframe. Here is the code I used to add the patient IDs with an example of what the output looks like. I'm sure you could probably also do this when making the annotaiotn dataframe and add the patient_ID to all cell types but i just wanted to add it to the query cells.
|
Thanks @ZHawul. |
Hi everyone,
I am analyzing my scRNA-seq data and I have 12 samples. I have run inferCNV on each one of my samples and have all the results.
Now I want to combine all the results and draw a heatmap that illustrates the CNV score of each cell in each genomic region, exactly like the picture below.
However, the problem is that I cannot find the data that shows the CNV score of each cell in each genomic region.
I would greatly appreciate your help if you could solve this issue for me.
Best
The text was updated successfully, but these errors were encountered: