1. 首页
  2. 数据库
  3. 其它
  4. rgeco:用于访问Generable API的R客户端软件包 源码

rgeco:用于访问Generable API的R客户端软件包 源码

上传者: 2021-05-08 21:09:03上传 ZIP文件 31.13KB 热度 13次
杰高 用于访问可生成计算(Geco)API的R客户端软件包。 通过该API,您可以访问应用程序中显示的相同数据,推断和分析摘要。 您必须具有Generable用户帐户才能使用此软件包。 有关更多信息或请求演示,请参见 。 数据快速入门 通过安装软件包: library( remotes ) remotes :: install_github( ' generable/rgeco ' ) 使用您的Generable凭据登录: library( rgeco ) rgeco :: login( user = ' user@email.com ' , password = ' yourpassword ' ) 列出可用的项目: projects <- fetch_projects() 读取项目的主题或生物标记数据(将demo替换为您有权访问的项目的名称) subjects <- f
下载地址
用户评论