生成一定数量的排列后,停止排列功能
我在下面使用此脚本来从20个氨基酸列表中生成15个长度的所有可能排列。
test< - 排列(20,15,all.amino.Acids)
有许多不同的排列,因此,一旦生成一定数量的输出,我试图找出一种停止此函数的方法。我没有尝试过工作,有什么想法吗?
I am using this script below to generate all possible permutations of a length of 15 from a list of 20 amino acids.
test <- permutations(20, 15, all.amino.acids)
There are soooo many different permutations, so I am trying to figure out a way to stop this function once its generated a certain number of outputs. Nothing I've tried works, any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论