R/Children.R

Children <- function (node) 
{

Child <- NULL

if (!is.null(GOTERM[[node]])) {
	Child <- get(paste("GO", "CHILDREN", sep = Ontology(GOTERM[[node]])))[[node]]
}

names(Child) <- NULL

Child
}

Try the PloGO2 package in your browser

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

PloGO2 documentation built on Nov. 8, 2020, 5:40 p.m.