convert_misha_intervals_to_10x_peak_names | R Documentation |
Convert misha intervals to 10X-format peak names
convert_misha_intervals_to_10x_peak_names(ints)
ints |
misha intervals - dataframe with columns "chrom" (character), "start" (numeric), "end" (numeric) |
pn - peak names, collapsed with hyphens
## Not run:
ints <- my_mcatac_object@peaks
ints_pn <- convert_misha_intervals_to_10x_peak_names(ints)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.