Skip to contents

Download FlyWire connectivity and annotations from public release

Usage

download_flywire_release_data(
  which = c("core", "all"),
  version = c(783L, 630L)
)

Arguments

which

Which data to download. core gets the most used files (~300 MB). all gets some additional useful ones (~900 MB).

version

Which materialisation version to use. See details.

Value

No return value - just used for its side effect of downloading files.

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.

Examples

if (FALSE) {
# 300 MB
download_flywire_release_data()
# 900 MB includes
download_flywire_release_data('all')
}