Closed elisafazz closed 2 years ago
Hi @elisafazz ,
There are a few options to obtain that information. If you are interested in the HMM predictions you can find the following:
readRDS()
to load them) that contain the same matrices as above in the infercnv_obj@expr.data
slot for steps 17/19/20, but also exist for the residual expression results. You can find the subclustering information in the infercnv_obj@tumor_subclusters
slot.I hope this helps you get the information you are interested in, but if you have more questions, please let me know.
Regards, Christophe.
Hello,
This issue is similar to the one found in #184.
My ultimate goal is to know the CNV calls for each individual cell. If this is not possible, then I can use a matrix that holds the subcluster assignment for each individual cell. I imagined that this might be in the slotted object or infercnv.observation_groupings.txt, but I could not find the information that I needed. Can you please help with this? Please let me know if I can provide further clarification.
Best, Elisa