convert_10x_peak_names_to_misha_intervals | R Documentation |
Convert 10X-format peak names to misha intervals
convert_10x_peak_names_to_misha_intervals(pn)
pn |
peak names as generated by 10X ATAC pipeline ("chr-start-end" format) |
intervals - the peak names converted to misha-compatible intervals
## Not run:
pn <- rownames(my_scatac_mat)
my_intervals <- convert_10x_peak_names_to_misha_intervals(pn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.