gen_cellecta_bc_data | R Documentation |
Extract cellecta barcode information from a sam or bam file
gen_cellecta_bc_data(
file,
verbose = FALSE,
output = tempfile(),
samtools_module = FALSE
)
file |
Input sam or bam file |
verbose |
Optional updates during parsing |
output |
File to write out |
samtools_module |
For slurm, which modules to load |
For some reason, this function does not cancel when ordered. Either kill the R session or kill the process directly on the server
A tibble of the cell ids and lineage tracing barcodes
## Not run:
cid_lt <- gen_cellecta_bc_data(file = "path/to/file.bam",
verbose = TRUE,
samtools_module = "GCC/9.3.0 SAMtools/1.10")
cid_lt <- gen_cellecta_bc_data(
file = "/home/gdrobertslab/lab/Counts/S0027/outs/S0016-S0027-bc2.sam",
verbose = TRUE,
samtools_module = "GCC/9.3.0 SAMtools/1.10")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.