View source: R/UMIcountR-funs.R
subsample_recompute | R Documentation |
return_corrected_umi performs error correction on an input vector of raw UMI sequences.
subsample_recompute(dat, mu_nSpikeUMI, threads = 8)
dat |
input data.table of loaded spUMI data. Must have BC,UX and spikeUMI_hd2 columns. |
mu_nSpikeUMI |
mean expression level of the spUMI to subsample to. |
threads |
number of threads to use, Default: 8 |
For each cell barcode, subsample the number of spUMIs to an expression level of the given mean and recomputes the error corrected UMIs.
returns ...
data.table-package
## Not run: subsample_recompute(spikedat, mu_nSpikeUMI) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.