Nothing
`entrez2caBIO` <-
function(lls) {
stop("Due to termination of caBig, this function is removed in this version!")
# lls <- unlist(lls)
# singleMap <- function (ll) {
# xmlLink <- paste('http://cabioapi.nci.nih.gov/cabio43/GetXML?query=gov.nih.nci.cabio.domain.Gene&gov.nih.nci.common.domain.DatabaseCrossReference[@sourceType=Entrez gene][@crossReferenceId=',ll, ']', sep='')
# return(.getcaBIOIDInfo(xmlLink))
# }
# print('Mapping Entrez IDs to caBIO gene IDs ...')
# temp <- lapply(lls, singleMap)
# if (is.null(names(lls))) names(temp) <- lls
# else names(temp) <- names(lls)
# return(temp)
}
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.