-
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
Result of add_to_seurat #208
Comments
Hi @yksaito , All of these results are based on the HMM predictions. If you need more details about any of them, please let me know which one. Best, |
Hi, |
Hi @kylandra , At this time this information is not output in a very easy to use text format, but I will add it when I get the time to. Until then, you can try using the crude debug output that add_to_seurat can output. For that, you need to change the log level by running the following: library(futile.logger)
flog.threshold(DEBUG) You can then rerun the add_to_seurat method again and it should output a list of the region names (as per defined in the .pred_cnv_regions.dat file) for each of the top CNVs. Losses will be the first set of top CNVs, duplications will be the second set. Regards, |
Hi Christophe, AIso in line with the original question above: I have a tumor sample and I am using all all non-epithelial cell types as references with the argument When I extract HMM features with
In that respect, I have some questions, could you please comment on these?
Thanks a lot for this great tool! Emre |
Hi @etlioglu , 1-2) This field is very basic. If any size of CNV is predicted in a given cell/chr, it is assigned 1. It can often make more sense to use the
Regards, |
Hi @GeorgescuC please take a look at my results. I can't understand why a dupli value should be multiplied by 0.5?? if this is regarding the Loss values then the feature should not be in proportion_dupli from the beginning. Thank you very much for your time. |
Hi @AidenSb , The multiplier used for scaling each CNV region individually is Regards, |
Thanks a lot for the explanation Christophe, @GeorgescuC also on this wiki page https://github.com/broadinstitute/infercnv/wiki/Extracting-features, you need to change the color limit to (0,1.5) considering the (full chr CNV 1/1 with more than 2 copy-number >> 1 * (3/5) = 1.5). This plot was the main reason I had this issue and asked you about it. Cheers, |
Hi @AidenSb , Yes you are right for the multipliers. I added a note on the wiki page you mentioned to outline that type of cases, but left the default as (0,1) as it still remains the most relevant use case, and when there are more than 2 extra copies, their exact number becomes more difficult to accurately distinguish. Regards, |
Hi,
I performed run and add_to_seurat.
It was successful, but I couldn't understand the columns of the meta.data.
I read https://github.com/broadinstitute/infercnv/wiki/Extracting-features, but I'm sure what each column represents. Is there any explanation available? Thanks.
The text was updated successfully, but these errors were encountered: