Description Usage Arguments Details Value Examples
Given a list, select just only the valid.elements from each member. Also works with vectors instead of lists
1 | filterParams(p, valid.elements, orig.length)
|
p |
a list or a single vector |
valid.elements |
a boolean vector with the elements to keep |
orig.length |
the length of the elements on which to apply the filtering |
This function is used in filtering the graphical parameters when plotting only a part of the genome. For each element of the list, if it has the exact specified length, filters it using the 'valid.elements' parameter.
p with some members filtered
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.