Description Usage Arguments Value Examples
View source: R/merge_domains.R
Concatenates the fend pairs for ALL and HIGH_SCORE from a list of domains and defines the interval as the region covered by the merged domains
1 | merge_domains(contacts, intervalID = "merged")
|
contacts |
List of domain contacts to be merged |
intervalID |
Character string that will be used in the DOMAIN entry |
A list for a new meta-domain
1 2 | contacts <- append(contacts, merge_domains(contacts=contacts[1:3], intervalID='foo+bar+baz'))
print.fixed(plot_domain_contacts(contacts, ncol=3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.