download_flywire_release_data: Download FlyWire connectivity and annotations from public...

View source: R/release-data.R

download_flywire_release_dataR Documentation

Download FlyWire connectivity and annotations from public release

Description

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.

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.

Value

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

See Also

flywire_connectome_data, flywire_partner_summary2

Examples

## Not run: 
# 300 MB
download_flywire_release_data()
# 900 MB includes
download_flywire_release_data('all')

## End(Not run)

natverse/fafbseg documentation built on Nov. 11, 2024, 9:50 p.m.