.select_domain | R Documentation |
This function selects the portion of a motif that is free from NA values based on a specified domain. It allows for the selection of two matrices, 'v0' and 'v1', depending on the boolean flags provided.
.select_domain(v, v_dom, use0, use1)
v |
A list containing two elements:
|
v_dom |
A boolean vector indicating the domain for 'v0' and 'v1'. |
use0 |
A boolean value indicating whether to select 'v0'. If TRUE, 'v0' is selected based on 'v_dom'. |
use1 |
A boolean value indicating whether to select 'v1'. If TRUE, 'v1' is selected based on 'v_dom'. |
Select Domain of a Motif
A list containing the selected portions of 'v0' and 'v1' (if applicable), with dimensions adjusted accordingly.
Marzia Angela Cremona & Francesca Chiaromonte
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.