The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Here’s a revised README that should offer a clearer and more direct explanation of your package and its functionality.
The biobricks R package facilitates the management and
use of bioinformatics databases, streamlining access to a range of
datasets.
pip install biobricksinstall.packages('biobricks')pip install biobricks
biobricks configure # Set the BBLIB path and obtain a token
biobricks install clinvar # Install a database of your choiceFor example, to install the ClinVar database:
biobricks install clinvarTo list the assets provided by a brick:
biobricks assets clinvarLoad ClinVar assets, which are stored as Parquet files:
clinvar <- biobricks::bbassets('clinvar')
arrowds <- arrow::open_dataset(clinvar$allele_gene_parquet)
head(arrowds) %>% dplyr::collect()For more details, visit docs.biobricks.ai.
Hope this suits your needs.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.