powered by
Count total fragments per cell barcode present in a fragment file.
CountFragments(fragments, cells = NULL, max_lines = NULL, verbose = TRUE)
Path to a fragment file
Cells to include. If NULL, include all cells
Maximum number of lines to read from the fragment file. If NULL, read all lines in the file.
Display messages
Returns a data.frame
# NOT RUN { fpath <- system.file("extdata", "fragments.tsv.gz", package="Signac") counts <- CountFragments(fragments = fpath) # }
Run the code above in your browser using DataLab