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 loading issue #5

Closed MEladawi closed 1 year ago

MEladawi commented 1 year ago

Describe the bug transId not working

To Reproduce Steps to reproduce the behavior: Just run the example below.

Screenshots

image

Desktop (please complete the following information):

reedliu commented 1 year ago

Please try loading the package first and then doing transId() job. Similar with the issue #4.

image
reedliu commented 1 year ago

If the issue happens again, please check if there's any dependent packages are not installed. Please run the code: x <- genInfo(id = c( "MCM10", "CDC20", "S100A9", "MMP1", "BCC7", "FAKEID", "TP53", "HBD", "NUDT10" )) If this function runs well, you could run transId then.

image

MEladawi commented 1 year ago

running install.packages("genekitr", dependencies = TRUE) fixed the problem. Thanks!