Fragment-class: The Fragment class

Fragment-classR Documentation

The Fragment class

Description

The Fragment class is designed to hold information needed for working with fragment files. This class is from Signac.

Slots

path

Path to the fragment file on disk. See https://support.10xgenomics.com/single-cell-atac/software/pipelines/latest/output/fragments

hash

A vector of two md5sums: first element is the md5sum of the fragment file, the second element is the md5sum of the index.

cells

A named vector of cells where each element is the cell barcode as it appears in the fragment file.

Examples

frag <- new("Fragment", path = "file path", hash = "file hash")


wzthu/wzzw documentation built on Aug. 13, 2022, 7:11 a.m.