View source: R/snap-utilities.R
readMetaData | R Documentation |
Take a snap file as input and read the barcode session only.
readMetaData(file)
file |
character for the snap-format file name which the data are to be read from. |
A data frame contains barcodes and its attributes
file.name = system.file("extdata", "demo.snap", package = "SnapATAC"); md = readMetaData(file.name);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.