biobricks-ai / ctdbase

CTD is a robust, publicly available database that aims to advance understanding about how environmental exposures affect human health
3 stars 0 forks source link

How can I download this R package "biobricks"? #4

Closed RockJC closed 1 year ago

RockJC commented 1 year ago

How can I download this R package "biobricks"? I have try to use BiocManager,but is't not ok

RockJC commented 1 year ago

And what time can ctdbase.org access?

tomlue commented 1 year ago

See the docs https://docs.biobricks.ai/3_rclient.html.

  1. Install biobricks cli pip install biobricks in bash
  2. Configure biobricks biobricks configure in bash
  3. Install R client remotes::install_github("biobricks-ai/biobricks-r")

I hope that helps, thanks for trying out biobricks