Hello everyone,
I have a question. I had a heatmap with deeptools and I wanted to extract that small heatmap with the genes that have more signal (as shown in the image). Can someone help me?
Thank you in advance
Hello everyone,
I have a question. I had a heatmap with deeptools and I wanted to extract that small heatmap with the genes that have more signal (as shown in the image). Can someone help me?
Thank you in advance
Run it again with the parameter --outFileSortedRegions myfile.bed
. The genes you want should be in the first cluster that comes up (I assume you have run it with a --kmeans 4
? )
You have a couple options. Firstly, you could save the sorted output from computeMatrix, gunzip it, take the top N
lines, fix the header and then gzip it again (computeMatrix outputs a bit gzipped text file, where the first line is a header defining things like the matrix size and where samples are).
Perhaps a better options would be to use kmeans in plotHeatmap, pull out the BED regions for the preferred cluster and then run computeMatrix on that.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
waiting for help !!!!!
Please use
ADD COMMENT/ADD REPLY
when responding to existing posts to keep threads logically organized.Are you losing money by the minute here :-) It has been less than 30 min since you posted the original question.
Tagging: Devon Ryan