Description Usage Arguments Value Examples
This function plots genomic coordinates
1 2 3 | plot_coord(mychr, start_loc, end_loc, breaks_wanted = 4,
label_size = 6, axis_line_size = 0.5, marginvec_mm = c(0, 0, 0, 0),
reverse_strand = FALSE, show_labels = T, print_plot = F)
|
mychr |
chromosome |
start_loc |
start location on chromomse |
end_loc |
end location on chromosome |
breaks_wanted |
number of breaks on x-axis |
label_size |
label size for x-axis text, default is 6 |
axis_line_size |
line size of x-axis |
marginvec_mm |
margin around plot, default = c(0,0,0,0) |
show_labels |
boolean: show x-axis lables |
print_plot |
boolean: print individual plot |
ggplot object
1 | plot_coord(mychr, ...)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.