GangLiLab / genekitr

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

symbols with Excel misidentified gene names #14

Closed MEladawi closed 1 year ago

MEladawi commented 1 year ago

Hi--

I wanted to report that some symbols are official and are not returned by transId(). Also, the tool does not fix the date problem of Excel.

image
reedliu commented 1 year ago

Updated the backend data and fixed it.

transId(c('GPR75-ASB3','TNFAIP8L2-SCNM1','2-Sep','2-Mar'),c('symbol','entrez'),unique = T)
image
transId(c('GPR75-ASB3','TNFAIP8L2-SCNM1','2-Sep','2-Mar'),c('symbol','entrez'),unique = F)
image
MEladawi commented 1 year ago

Thanks