Description Usage Arguments Value See Also Examples
View source: R/makeGPS_wrappR.R
makeGPS Wrapper Function for generating background GPS repository for sigora and ora
| 1 | makeGPS_wrappR(ids, keytype = "UNIPROT", target = c("KEGG", "GO", "reactome"))
 | 
| ids | Character vector of gene symbols (experimental background) | 
| keytype | default UNIPROT | 
| target | Character, database to be used to generate GPS repository ("KEGG", "GO", "reactome") | 
A GPS repository based on the self specified background in ids, see makeGPS for more information.
| 1 2 3 4 5 6 7 | data("exampleUniprotIDs", package = "prora")
myGPSrepo <- makeGPS_wrappR(ids = exampleUniprotIDs)
## Not run: 
myGPSrepo <- makeGPS_wrappR(ids = exampleUniprotIDs, target = "GO")
myGPSrepo <- makeGPS_wrappR(ids = exampleUniprotIDs, target = "react")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.