Nothing
versrem <- function (x) {
## Removes the version from (almost) Refseq IDs.
y <- x
if (length(unlist(strsplit(mtrim(x), "_"))) > 2) {
y <- paste(unlist(strsplit(mtrim(x), "_"))[1:2], sep="_",
collapse="_")
}
y
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.