readMetaData: Read meta data from a snap file

View source: R/snap-utilities.R

readMetaDataR Documentation

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

file.name = system.file("extdata", "demo.snap", package = "SnapATAC");
md = readMetaData(file.name);


r3fang/SnapATAC documentation built on March 29, 2022, 4:33 p.m.