We assign each column to x , y , and fill aesthetics, then use geom_tile() to create the actual heatmap. ggplot(mat, aes(sample, gene)) + ...
確定! 回上一頁