Description Usage Arguments Value See Also
plot_profile return a ggplot2
object with the plot of the summarized
functional profiles (summarized by using the argument FUN
). For each
coverage, file and distance from the anchor coordinate it applies FUN to
the tags vector for all regions.
1 2 3 4 5 6 | plot_profile(object, ...)
## S4 method for signature 'SegvisData'
plot_profile(object, FUN = mean,
nameFiles = basename(files(object)), type = "aggr", base = 1e+06,
mc.cores = getOption("mc.cores", 2L), ...)
|
object |
a |
... |
Any other additional parameters that |
FUN |
a function to summarize the profiles by coordinate. The default
value is the |
nameFiles |
a character vector with the shortened names that are going to be used in the plot. |
type |
a character value indicating which strand to use. By default uses the aggregate coverage between both strands. |
base |
a numeric value indicating the number of aligned reads to which
the signal is going to be normalized. The default value is |
mc.cores |
a numeric value indicating the number of multi-cores to be used. |
The plot_profile
method returns a ggplot2
object with
the summarized functional profiles.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.