download_flywire_release_data | R Documentation |
Download FlyWire connectivity and annotations from public release
download_flywire_release_data(
which = c("core", "all"),
version = c(783L, 630L)
)
which |
Which data to download. |
version |
Which materialisation version to use. See details. |
Note that you must accept to abide by the flywire principles in order to use flywire data.
Version 630 released with the June 2023 bioRxiv manuscripts remains the default for the time being but there are significant improvements in the cell typing associated with version 783 which should be released with the Dec 2023 resubmissions of the core flywire manuscripts.
No return value - just used for its side effect of downloading files.
flywire_connectome_data
,
flywire_partner_summary2
## Not run:
# 300 MB
download_flywire_release_data()
# 900 MB includes
download_flywire_release_data('all')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.