################################################### ### chunk number 1: Loading ################################################### library(BeadDataPackR) dataPath <- system.file("data", package = "BeadDataPackR") ################################################### ### chunk number 2: Compress eval=FALSE ################################################### ## compressBeadData(txtFile = "example.txt", locsGrn = "example_Grn.locs", outputFile = "example.bab", path = dataPath, nBytes = 4, nrow = 326, ncol = 4) ################################################### ### chunk number 3: Decompress eval=FALSE ################################################### ## decompressBeadData(inputFile = "example.bab", inputPath = dataPath, outputMask = "restored", outputPath = ".", outputNonDecoded = FALSE, roundValues = TRUE ) ################################################### ### chunk number 4: sessionInfo ################################################### toLatex(sessionInfo())