View source: R/flywire-arrow.R
flywire_adjacency_matrix2 | R Documentation |
Fast adjacency matrices based on flywire connectome dumps
flywire_adjacency_matrix2(
rootids = NULL,
inputids = NULL,
outputids = NULL,
sparse = TRUE,
threshold = 0,
version = NULL,
Verbose = interactive()
)
rootids |
flywire root ids for the bodies to fetch all by all connectivity information. |
inputids , outputids |
identifiers for input and output bodies (use as an
alternative to |
sparse |
Whether to return a sparse matrix (default |
threshold |
For |
version |
Optional CAVE version. The default value of |
Verbose |
Logical indication whether to print status messages during the
query (default |
A sparse matrix (Matrix::dgCMatrix
) or regular matrix
.
## Not run:
dm2pnkc=flywire_adjacency_matrix2(inputids="DM2_lPN_R", outputids="class:Kenyon_Cell_R")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.