ggplot (dat, aes(gene_id, type, fill = logFC)) + geom_tile() + theme_void() + theme(axis.text.x = element_blank(), axis.title ...
確定! 回上一頁