Description Usage Arguments Value Author(s) See Also Examples
Given a list of features (as produced by makeFeatures
) computes the feature density for each
and combines them into a chromosome wide density.
1 |
features |
A list of features. |
length |
Total length of feature density vector (i.e. chromosome length). If this is missing the length is inferred from the feature parameters. |
featureBgr |
Logical indicating whether feature specific background should be added to the density. If this is |
... |
Further arguments to |
A vector with the feature density for each position along the chromosome.
Peter Humburg
The majority of the work is done by calls to featureDensity
and joinRegion
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.