R/getcaBIOPATHList.R

Defines functions `getcaBIOPATHList`

`getcaBIOPATHList` <- 
function(lls) {
	stop("Due to termination of caBig, this function is removed in this version!")
#	genes <- unique(unlist(entrez2caBIO(unlist(lls))))
#	if (is.null(genes)) stop('No caBIO genes mapping to the given Entrez genes! Aborting ...')
#	pathways <- unique(unlist(.getcaBIOPATHs(genes)))
#	if (is.null(pathways)) stop('No pathways in caBIO found! Aborting ...')
#	return(.mapListcaBIOIDs2entrez(.getcaBIOPATHGenes(pathways)))
}

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.