protViz / prora

running ora or gsea on lists of proteinidentifiers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sigoraWrappR not working - missing function getSymbolFromSwissprotID

wolski opened this issue · comments

> ### Name: sigoraWrappR
> ### Title: sigora Wrapper function
> ### Aliases: sigoraWrappR
> 
> ### ** Examples
> 
> data("exampleContrastData", package = "fgczgseaora")

> data("idmap", package = "sigora")

> if(TRUE){
+ df <- getSymbolFromSwissprotID(exampleContrastData)
+ sigoraWrappR(fc_col = colnames(df)[7], GPSrepos = sigora::kegH, df = df)
+ }