# NOT RUN {
### Please navigate to
### (https://github.com/FCSlib/FCSlib/tree/master/Sample%20Data)
### to find this sample data
x <- readFileTiff("Example_file_name.tif")
class(x); dim(x)
x.m <- tiff_to_mtx(data = x, columns = 64)
class(x.m); dim(x.m)
# }
Run the code above in your browser using DataLab