View source: R/typesPathways.R
Link an arbitrary number of connection tables into a pathway table
1 2 3 4 5 6 7 8 9 10 11 |
... |
An arbitrary number of connection tables or a list of connection tables. In desired downstream order |
stat |
which stat to use for pathway weights. Can be a vector. If NULL (the default), all the available meaningful stats are used:
( |
excludeLoops |
Logical, whether to exclude paths containing duplicates (TRUE by default) |
type.to |
a metadata data.frame for a set of neurons (typically generated by a search or a getTypesTable call) to arrive to |
addRecursive |
Whether or not to add the recursive paths (of length greater than |
chunkPath |
Chunking argument to be passed to the function chaining the connection tables together. Useful for deep pathways. Can either be logical, or an integer specifying the number of connections in the starting table to process at once. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.