genWegoFile {PloGO2} | R Documentation |
Connects to the Uniprot Biomart using functionality from the biomaRt package, downloads GO information and organizes it as needed.
genWegoFile(IDList, fname = "Wego.txt", database = "uniprot", outFolder=tempdir())
IDList |
A list of ID's, either Ensembl or Uniprot. |
fname |
The name of the text file to be outputed. |
database |
|
outFolder |
The output files folder |
File path of generated Wego files
D. Pascovici
v <- c("Q9HWC9","Q9HWD0","Q9I4N8","Q9HW18","Q9HWC9","Q9HWD0") ## Not run: genWegoFile(v, fname = "F1.txt")