powered by
propagateGO(annot, verbose = FALSE)
annotMat2list
annotFilter
mat <- cbind (c("gene1", "gene2"), c("GO:0034390", "GO:0042889")) mat propagateGO (mat) li <- list ('GO:0034390' = "gene1", 'GO:0042889' = "gene2") li propagateGO (li)
Run the code above in your browser using DataLab