library(ComplexHeatmap) library(circlize) d11 <- read.csv("DC3_7_MUT.txt",stringsAsFactors = FALSE) a <- as.data.frame(d11) head(a) ex ...
確定! 回上一頁