将 Enrichlist 转换为 Dataframe

问题描述 投票:0回答:1

他们是一种将丰富列表从 CBNplot 转换为数据框的方法吗,这样我就可以使用函数

bngeneplotCustom

https://github.com/noriakis/CBNplot

r bioinformatics bioconductor bayesian-networks
1个回答
0
投票

您可以使用例如从丰富列表中获取“信息”作为数据框

e_list <- enrichKO(data)
enrichlist_df <- e_list@result

注意。

bngeneplotCustom()
函数似乎需要丰富列表对象,而不仅仅是结果的数据框。

© www.soinside.com 2019 - 2024. All rights reserved.