Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gsva输出结果在转换成数据框时 加上“check.names=FALSE” #14

Open
yanwuanxin opened this issue Jul 20, 2023 · 1 comment

Comments

@yanwuanxin
Copy link

enrich.R第105行output <- data.frame(t(out))可以改成output <- data.frame(t(out), check.names=FALSE) 避免将通路名称中的特殊字符替换成"."

@guokai8
Copy link
Owner

guokai8 commented Sep 12, 2023

@yanwuanxin 不好意思,一直没时间管软件包,已经接受建议,将在新版本中修改!谢谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants