| region_cossim-class | R Documentation |
An S4 class to store the results of a regional mutation pattern similarity analysis
sim_tbA tibble containing the calculated similarities of the windows.
pos_tbA tibble containing the mutation positions.
chr_lengthsVector containing the chromosome lengths.
window_sizeThe number of mutations in a window.
max_window_size_genThe maximum size of a window before it is removed.
ref_genomeBSgenome reference genome object
muts_per_chrVector containing the number of mutations per chromosome.
mean_window_sizeThe mean length of the genome covered by the windows.
stepsizeThe number of mutations that a window slides in each step.
extensionThe number of bases, that's extracted upstream and downstream of the base substitutions, to create the mutation matrices.
chromosomesVector of chromosome/contig names of the reference genome to be plotted.
exclude_self_mut_matBoolean describing whether the mutations in a window should be subtracted from the global mutation matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.