
Last chance! 50% off unlimited learning
Sale ends in
scatter.plot(mee, byPair = list(probe = c(), gene = c()), byProbe = list(probe = c(), geneNum = 20), byTF = list(TF = c(), probe = c()), category = NULL, dir.out = "./", save = TRUE, ...)
load(system.file("extdata","mee.example.rda",package = "ELMER"))
scatter.plot(mee,byProbe=list(probe=c("cg19403323"),geneNum=20),
category="TN", save=FALSE)
scatter.plot(mee,byProbe=list(probe=c("cg19403323"),geneNum=20),
category="TN", save=TRUE) ## save to pdf
# b. generate one probe-gene pair
scatter.plot(mee,byPair=list(probe=c("cg19403323"),gene=c("ID255928")),
category="TN", save=FALSE,lm_line=TRUE)
Run the code above in your browser using DataLab