Fragment-class | R Documentation |
The Fragment class is designed to hold information needed for working with fragment files. This class is from Signac.
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.
frag <- new("Fragment", path = "file path", hash = "file hash")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.