Learn R Programming

randomGODB (version 1.1)

leafList: leafList

Description

retrieve leaf nodes

Usage

leafList(GOBPCHILDREN)

Value

returns a list of leaf nodes

Arguments

GOBPCHILDREN

GO.db dataset

Examples

Run this code
# BP_LEAF<-leafList(GO.db::GOBPCHILDREN

if (requireNamespace("GO.db", quietly = TRUE)) {
 ch<-GO.db::GOBPCHILDREN
} else {
 stop("Install 'GO.db' from BioConductor to use this function.", call. = FALSE)
}

BP_LEAF<-leafList(ch)

Run the code above in your browser using DataLab