powered by
This function takes a file name as input and check if the file is a snap-formated file
isSnapFile(file)
A file name.
Return a logical variable indicates whether file is a snap file.
# NOT RUN { file.name = system.file("extdata", "demo.snap", package = "SnapATAC"); isSnapFile(file.name); # }
Run the code above in your browser using DataLab