View source: R/snap-utilities.R
isSnapFile | R Documentation |
This function takes a file name as input and check if the file is a snap-formated file
isSnapFile(file)
file |
A file name. |
Return a logical variable indicates whether file is a snap file.
file.name = system.file("extdata", "demo.snap", package = "SnapATAC"); isSnapFile(file.name);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.