as.gmtlist {BioQC} | R Documentation |
Convert a list of gene symbols into a gmtlist
as.gmtlist(list, description = NULL)
list |
A named list with character vectors of genes. Names will become names of gene sets; character vectors will become genes |
description |
description; will be expanded to the same length of the list |
testVec <- list(GeneSet1=c("AKT1", "AKT2"), GeneSet2=c("MAPK1", "MAPK3"), GeneSet3=NULL) testVecGmtlist <- as.gmtlist(testVec)