我正在研究蛋白质中的氨基酸序列。在R中有没有什么库或Python中的模块可以用来为机器学习模型提取特征?
发布于 2019-12-30 13:36:56
据我所知,在R中有一个protr和RCPI库可以用于此目的。
https://cran.r-project.org/web/packages/protr/vignettes/protr.html
https://bioconductor.org/packages/release/bioc/html/Rcpi.html
在python中还有一个iFeature模块,您可以使用它来提取特征。
https://stackoverflow.com/questions/59526130
复制相似问题