plotProfiles | R Documentation |
Plot coverages along genome
plotProfiles(fstart, fend, fchr, profs, cols = c(), ann = NULL,
ylabel = "coverage", ylims = list(), txdb, ftitle = NA, collapse = T,
with.genes.highlited = c(), plot.labels = T, grid = F,
with.average = F)
fstart |
start of the genomic window (bp) |
fend |
end of the genomic window (bp) |
fchr |
chromosome of the genomic window |
profs |
list of coverages to be plotted |
cols |
colors of the profiles |
ann |
a dataframe of annotations |
ylims |
list of ylimits for plotting the coverages. list(c(min, max), c(min, max)) |
txdb |
a transcription database used for plotting gene models |
ftitle |
title of the plot |
collapse |
collapse gene models (default = TRUE) |
with.genes.highlited |
vector of gene ids that should be highlighted |
plot.labels |
plot labels lf gene (default = TRUE) |
grid |
plot grid (default = TRUE) |
with.average |
plot average (default = FALSE) |
ylable |
the label of the y axis |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.