preprocess_alevin | R Documentation |
Preprocessing for Alevin output
preprocess_alevin(paths, fdr = 0.01, cell_bc = NULL, genes = NULL, ...)
paths |
paths to salmon output directory with alevin/quants_mat.gz files. If a named vector is supplied then the cellbarcode will be prefixed with "name_". |
fdr |
fdr cutoff for cell calling |
cell_bc |
list of character vectors of cell ids to keep in output, if supplied cell calling will be skipped. Order must match paths argument |
genes |
genes to use for cell calling, useful for exclude mito and ribogenes |
... |
additional arguments passed onto emptyDrops |
A list of named lists with slots: mtx a sparseMatrix with only cell associated barcodes empty_drops a data.frame with information from emptyDrops barcode_ranks a data.frame with information from barcodeRanks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.