ConnectomeView
NONPHARYNGEAL_NEURONS_HERM_VIEW = View('NonpharyngealH', 'Nonpharyngeal Neurons (herm)', 'All **hermaphrodite** neurons except those in the pharynx', [], EXC_INH_GJ_FUNC_CONT_SYN_CLASSES, only_show_existing_nodes=False)
module-attribute
NONPHARYNGEAL_NEURONS_HM_VIEW = View( "NonpharyngealHM", "Nonpharyngeal Neurons", "All neurons (herm. & male) except those in the pharynx", [], EXC_INH_GJ_FUNC_CONT_SYN_CLASSES, only_show_existing_nodes=False, )
NodeSet
Set of nodes (can be single cells or lists of cells) to use in a View
. Can specify the color
, shape
, position
or size
to use in graphical depictions.
Source code in cect/ConnectomeView.py
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
|
View
A view of a ConnectomeDataset
specifying subsets of cells (or lists of cells) as NodeSet
s, e.g. can be used to just show the connections between the pharyngeal neurons in a whole connectome dataset, or to group the sensory neurons, interneuron, etc. together.
Source code in cect/ConnectomeView.py
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 |
|