Description Usage Arguments Details See Also
Returns a neuronBag object of all the neurons forming significant connections in a ROI.
1 2 3 4 5 6 7 8 | getTypesInRoiTable(
ROI,
renaming = cxRetyping,
bagROIs = ROI,
minTypePercentage = 0.5,
retyping = NULL,
...
)
|
ROI |
The ROI to consider |
renaming |
a renaming function to be applied to the types found. |
bagROIs |
Which ROIs to include in the bag created (by default only the ROI one wants neurons in). If NULL returns all ROIs. |
minTypePercentage |
The minimum proportion of the instances of a type that should be innervating the ROI for it to be considered (0.5 by default) |
... |
Parameters to be passed to |
calls getNeuronsInRoiTable
internally.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.