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() does not return all input symbols #9

Closed MEladawi closed 1 year ago

MEladawi commented 1 year ago

Hi--

I use transId():

transId(id = IDs, transTo= "symbol", org = "mouse", keepNA = TRUE, unique = TRUE)

which should return all the input symbols; however, it returns less records and there is always a row of all NA.

Please use the same symbols file to verify.

MEladawi commented 1 year ago

By the way, the bus is in unique = TRUE

reedliu commented 1 year ago

Hi, It is fixed now. Please update to v1.1.5 then try again. Thanks. BTW, one ID ("2-Mar") is duplicated in the file so the program only took one.

image
MEladawi commented 1 year ago

Fixed, thanks!