View source: R/hemibrain_googledrive.R
flycircuit_neurons | R Documentation |
Read flycircuit neurons from the hemibrainr
google drive.
The google drive must be mounted with Google Filestream or rclone.
See hemibrainr_set_drive
.
flycircuit_neurons(
local = FALSE,
folder = "light_level/flycircuit",
cable = c("all", "primary.neurites", "arbour"),
data = c("neuronlist", "nblast", "dps"),
brainspace = c("JRCFIB2018F", "JRCFIB2018Fraw", "FCWB")
)
lm_lhns(
local = FALSE,
folder = "light_level/lhns",
data = c("neuronlist", "nblast", "dps"),
cable = c("lhns", "lhins", "lines"),
brainspace = c("JRCFIB2018F", "JRCFIB2018Fraw", "FCWB")
)
local |
|
folder |
A subfolder on the hemibrain team drive or your local data folder containing the data object to read. |
cable |
the type of cable we want to read. |
data |
the type of data to read, i.e. neurons, an NBLAST matrix or a
|
brainspace |
A template brain space for neurons loaded by
|
a nat::neuronlistfh
object for 'light-level' neurons in the given brainspace.
hemibrain_splitpoints
,
hemibrain_flow_centrality
,
hemibrain_metrics
,
hemibrainr_googledrive_data
## Not run:
# All flycircuit neurons
fw = flycircuit_neurons()
# All LHNs from Frechter et al. 2019, eLife
lhns = lm_lhns()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.