is_collapsed_subset | R Documentation |
Is collapsed subset
is_collapsed_subset(x, y, sep = ";")
x |
character vector |
y |
character vector |
sep |
string |
character vector
x <- c( 'H3BNX8;H3BRM5', 'G5E9Y3')
y <- c('P20674;H3BNX8;H3BV69;H3BRM5', 'G5E9Y3;Q8WWN8;B4DIT1')
is_collapsed_subset(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.