R/getcaBIOPATHTerms.R

Defines functions `getcaBIOPATHTerms`

`getcaBIOPATHTerms` <- 
function(caBIOPATHIDs) {
	stop("Due to termination of caBig, this function is removed in this version!")
#	.getPathTerms <- function(x) {
#		if (is.na(x)) return(NA)
#		else return(paste(x[['displayValue']], '@', x[['source']], sep=''))
#	}
#	op <- options()
#	options(warn=-1)
#	result <- lapply(.getcaBIOPATHInfo(caBIOPATHIDs), .getPathTerms)[caBIOPATHIDs]
#	options(op)
#	return(result)
}

Try the GeneAnswers package in your browser

Any scripts or data that you put into this service are public.

GeneAnswers documentation built on Nov. 8, 2020, 4:53 p.m.