region_cossim-class | R Documentation |
An S4 class to store the results of a regional mutation pattern similarity analysis
sim_tb
A tibble containing the calculated similarities of the windows.
pos_tb
A tibble containing the mutation positions.
chr_lengths
Vector containing the chromosome lengths.
window_size
The number of mutations in a window.
max_window_size_gen
The maximum size of a window before it is removed.
ref_genome
BSgenome reference genome object
muts_per_chr
Vector containing the number of mutations per chromosome.
mean_window_size
The mean length of the genome covered by the windows.
stepsize
The number of mutations that a window slides in each step.
extension
The number of bases, that's extracted upstream and downstream of the base substitutions, to create the mutation matrices.
chromosomes
Vector of chromosome/contig names of the reference genome to be plotted.
exclude_self_mut_mat
Boolean 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.