GangLiLab / genekitr

🧬 Gene analysis toolkit based on R
https://www.genekitr.fun
GNU General Public License v3.0
53 stars 7 forks source link

transId from alias to symbol no longer works #4

Closed stephenrong closed 1 year ago

stephenrong commented 1 year ago

I'm encountering the following error when using transId() to convert gene aliases to symbols despite the same script working a week ago.

Here's the output using the example in the documentation:

> transId(c("BCC7", "TP53", "PD1", "PDL1", "TET2"), "sym")
Maybe your "trans_to" argument is wrong, please check again...
Error in tbl_vars_dispatch(x) : object 'res' not found
reedliu commented 1 year ago

Please use the latest version and test then, thanks. library(genekitr) transId(c("BCC7", "TP53", "PD1", "PDL1", "TET2"), "sym") packageVersion('genekitr')

image