plot_spike_distances | R Documentation |
Plot minimal pairwise distances between spUMIs within and over cells to determine the appropriate error-correction edit distance for spUMI sequences
plot_spike_distances(dat, threads = 32)
dat |
input data.table of loaded spUMI data. Must have BC and spikeUMI columns. |
threads |
number of threads to use for edit distance calculation, Default: 32 |
uses hamming distance as the edit distance measure.
returns a ggplot object
data.table-package
## Not run: plot_spike_distances(spikedat) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.