These R lists contain 196 traced lateral horn neurons before (jknraw) and
after (jkn) registration to the IS2 template brain. They lists are of
superclass neuronlist
for which numerous functions are defined in the
AnalysisSuite package. The individual objects are of class neuron. Again
there are a number of functions defined for plotting/analysis in AnalysisSuite.
1 2 3 4 5 6 7 8 9 10 11 12 | library(nat)
plot(jkn,subset=cluster=='aSP-f' & shortGenotype=="JK1029",
col=sex, WithNodes=F, main='aSP-f LHNs coloured by sex')
## Not run:
plot3d(jkn[[1]])
plot3d(jkn[1:10],col='red')
plot3d(jkn[1:10],col=rainbow)
plot3d(jkn,subset=cluster=='aSP-f' & shortGenotype=="JK1029",
col=sex, WithNodes=F)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.