You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I encountered an issue while using the somaticInteractions function to plot the top occurrence triangle diagram. It appears that the function currently selects the top genes based on MutatedSamples rather than AlteredSamples.
Would it be possible to update the function to allow for the selection of top genes based on AlteredSamples? Alternatively, could you add a parameter to control this behavior so that users can choose between selecting top genes based on MutatedSamples or AlteredSamples?
After changing the 'top' value to 8, TP53 appears as the 5th gene in the plot.
somaticInteractions(maf=laml, top=8)
The file_CNV is uploaded as an attachment. I have added 4 deletion (Del) samples to TP53. test.cn.txt
Gene Sample_name CN
TP53 TCGA-AB-2988 Del
TP53 TCGA-AB-2869 Del
TP53 TCGA-AB-3009 Del
TP53 TCGA-AB-2887 Del
Hi,
I encountered an issue while using the somaticInteractions function to plot the top occurrence triangle diagram. It appears that the function currently selects the top genes based on MutatedSamples rather than AlteredSamples.
Would it be possible to update the function to allow for the selection of top genes based on AlteredSamples? Alternatively, could you add a parameter to control this behavior so that users can choose between selecting top genes based on MutatedSamples or AlteredSamples?
It works well when there is no copy number data.
When I add copy number data to the MAF file, the plot displays the top MutatedSamples, and TP53 is not shown.
After changing the 'top' value to 8, TP53 appears as the 5th gene in the plot.
The file_CNV is uploaded as an attachment. I have added 4 deletion (Del) samples to TP53.
test.cn.txt
Gene Sample_name CN
TP53 TCGA-AB-2988 Del
TP53 TCGA-AB-2869 Del
TP53 TCGA-AB-3009 Del
TP53 TCGA-AB-2887 Del
Session info
I tested two versions of maftools
The text was updated successfully, but these errors were encountered: