View source: R/fragmentObject.R
CreateFragmentObject | R Documentation |
Create a Fragment
object to store fragment file information.
This object stores a 32-bit MD5 hash of the fragment file and the fragment
file index so that any changes to the files on-disk can be detected. A check
is also performed to ensure that the expected cells are present in the
fragment file.
CreateFragmentObject( path, cells = NULL, validate.fragments = TRUE, verbose = TRUE, ... )
path |
A path to the fragment file. The file should contain a tabix index in the same directory. |
cells |
A named character vector containing cell barcodes contained in the fragment file. This does not need to be all cells in the fragment file, but there should be no cells in the vector that are not present in the fragment file. A search of the file will be performed until at least one fragment from each cell is found. If NULL, don't check for expected cells. Each element of the vector should be a cell barcode that appears in the fragment file, and the name of each element should be the corresponding cell name in the object. |
validate.fragments |
Check that expected cells are present in the fragment file. |
verbose |
Display messages |
... |
Additional arguments passed to |
Fragment object
fpath <- system.file("extdata", "fragments.tsv.gz", package="SignacSlim") fragments <- CreateFragmentObject(fpath)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.