Usage
getFnAnot_genome(geneList, david = NULL, email = NULL, idType = "ENTREZ_GENE_ID", listName = "auto_list", count = 1L, PVal = 1, background = NULL, bgIdType = NULL, bgListName = NULL, getKEGG = FALSE)
Arguments
geneList
Either a list of genes or a GRanges result from annotateBedFromDb to upload and functionally enrich
david
An RDAVIDWebService object can be passed to the function so a new one doesn't have to be requested each time
email
If david==NULL, an email must be supplied. DAVID requires (free) registration before users may interact with
their WebService API. This can be accomplished online (here), then the registered email supplied here. idType
The type of gene IDs being uploaded (MGI, Entrez,...)
listName
The name to give the list when it's uploaded to the WebService
count
Minimum number of genes per GO term
PVal
P-value threshold for GO terms
background
If you want to perform enrichment against a specific background instead DAVID's default (whole genome), supply it here
bgIdType
If the background gene ID type is different from the gene list, enter it here
bgListName
If you want to give the background a name, enter it here
getKEGG
TRUE if you want to download KEGG pathway information as well as GO