The bottom bar is sample-type, and I want to sorted by sample-type and column_order of one type are automatically adjusted.
How to get the oncoplot?
Thanks
I think your answer is too general, try implementing it using the reference manual and ask specific questions if you have any. For starters, you might want to generate a matrix that follow your requirements (sorting etc.) and plot it using ComplexHeatmap
Hi I have targeted sequencing (WGS) I have uploaded bam and vcf file for sample; From these screenshot which one shows/support this mutation ![enter image …
Could someone provide a detailed guide on downstream preprocessing steps based on my FASTQC report? I conducted FASTQC analysis on a paired sample, and here …
Hi all, I am trying to do cell type annotation and got some difficulty. Automatically annotate using singleR is different than annotation using knowledge of …
Hi, I use the following code to get the heatmap (figureA): **My code:** ![enter image description here][1] **Figure A** ![enter image description here][2] However, I …
Hi, I have a list of assembly accession number like this GCF_000421605.1 GCF_001652585.1 GCF_012317585.1 GCF_011207455.1 How can I automatically get the sample details of these …
I think your answer is too general, try implementing it using the reference manual and ask specific questions if you have any. For starters, you might want to generate a matrix that follow your requirements (sorting etc.) and plot it using ComplexHeatmap
yeah,I want to get a oncoplot like this. And I can generate a matrix with wrong sorting. I can't get a right sorted list.
So your question is how to sort the matrix columns according to sample type?
Please follow the tutorial with the data provided in the tutorial, then modify your own data so that it can also be used to generate the plot: https://jokergoo.github.io/ComplexHeatmap-reference/book/oncoprint.html
yeap,thanks.