Description Usage Arguments Value See Also
DT_profile return a data.table
object with 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 | DT_profile(object, ...)
## S4 method for signature 'SegvisData'
DT_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 DT_profile
method returns a data.table
object with
the info. necessary to be plotted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.