jkn: jknraw and jkn lists of Lateral Horn Neurons

Description Examples

Description

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.

Examples

 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)

jefferis/frulhns documentation built on June 20, 2019, 5:56 p.m.