## using methData
data(methData)
summeryMatrix <- matrixSNP(methData)
## using methData, file is the path to R home directory.
## In order to save plotMatrixSNP.pdf, make sure that you have writing
## permission under R.home() directory. If you do not have permission
## choose your own path.
#dir.create(file.path(R.home(component="home"),"/BiqAnalyzer"))
BiqAnalyzer_path <- file.path(tempdir(), "BiqAnalyzer")
dir.create(BiqAnalyzer_path)
data(methData)
summary <- matrixSNP(methData)
plotMatrixSNP(summary,methData,
file=file.path(BiqAnalyzer_path, "plotMatrixSNP.pdf"))
Run the code above in your browser using DataLab