load.genelist {geneListPie} | R Documentation |
load a gene list consiting of a set of symbols; return a character vector
load.genelist(file = "genelist.txt", format = "column", sep = "\t")
file |
file name |
format |
"row" or "column" |
sep |
default separator is tab |
The list can be either in a row or a column. If in a row format, seperator needs to be specified
return a character vector consisting of the gene symbols in the list
Xutao Deng