Learn R Programming

SnapATAC (version 1.0.0)

readMetaData: Read meta data from a snap file

Description

Take a snap file as input and read the barcode session only.

Usage

readMetaData(file)

Arguments

file

character for the snap-format file name which the data are to be read from.

Value

A data frame contains barcodes and its attributes

Examples

Run this code
# NOT RUN {
file.name = system.file("extdata", "demo.snap", package = "SnapATAC");
md = readMetaData(file.name);

# }

Run the code above in your browser using DataLab