SPIDER-web / R /includes.R
TigerZheng's picture
Upload 3 files
58f568d verified
raw
history blame
328 Bytes
library(rgl)
#library(wholebrain)
path.bin <- 'R/'
path.matrices <-'data/3D_data/'
allen.annot.path <- paste(path.matrices , 'allen-mesh', sep = '/')
load(paste(path.matrices ,'atlasspots.RData',sep='/'))
load(paste(path.matrices , 'vivid-colors.RData', sep='/'))
source(paste(path.bin,'allenAnnotationsFunctions.R',sep='/'))