We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
read.gaf
read.blast2go
我们现在有read.gaf和read.blast2go,两个函数的输出不太一致,改成都输出data.frame,两column名字和顺序固定下来,分别是Gene, GO,事实上这两种数据都应该有GO分支的信息,有的话,加第三个Column,Ontology,标准化为MF, CC和BP,像blast2go的输出有GO Domain就是这个信息。
data.frame
当前read.gaf()有额外的输出,这一块分离出来。
read.gaf()
那么标准化上面两函数之后,如果我们能支持data frame来分析的话,那这两函数的输出就能直接用了,以及可以让用户自己提供data.frame,能直接用。
这个只要衔接godata这个函数,让OrgDb支持输入一个data.frame就行了。里面调用的函数,调整一下。如此一来,GOSemSim就打通了,因为上面的东西,全部都基于godata()的输出。
godata()
The text was updated successfully, but these errors were encountered:
godata() 函数还应该对接一下gson对象,https://cran.r-project.org/web//packages/gson/index.html
gson
Sorry, something went wrong.
EggNOG的解析也是需要的, YuLab-SMU/ProjectYulab#16.
extend godata to support data.frame, standardize read.blast2go and re…
35ac353
…ad.gaf, optimize buildGOmap, #44, #46
No branches or pull requests
read.gaf
和read.blast2go
的输出为data.frame我们现在有read.gaf和read.blast2go,两个函数的输出不太一致,改成都输出
data.frame
,两column名字和顺序固定下来,分别是Gene, GO,事实上这两种数据都应该有GO分支的信息,有的话,加第三个Column,Ontology,标准化为MF, CC和BP,像blast2go的输出有GO Domain就是这个信息。当前
read.gaf()
有额外的输出,这一块分离出来。那么标准化上面两函数之后,如果我们能支持data frame来分析的话,那这两函数的输出就能直接用了,以及可以让用户自己提供data.frame,能直接用。
这个只要衔接godata这个函数,让OrgDb支持输入一个data.frame就行了。里面调用的函数,调整一下。如此一来,GOSemSim就打通了,因为上面的东西,全部都基于
godata()
的输出。The text was updated successfully, but these errors were encountered: