Skip to content

MouseLightPipeline/pipeline-axonclassifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

axonal enhancement classifier. It aims to normalize axon appereance from various scopes and labeling strategies by utilizing shape and appereance features.

TO RUN

  • run deployIlastikonbrain.m

INPUTS

deployIlastikonbrain(brain,tag,logfolder)

brain: sample name
tag(OPTIONAL): experiment name, useful to run multiple experiments on the same brain, default = ''
logfolder(OPTIONAL): output log folder. Needed to search for succesfull completion, default : <output_tile_folder>/.log

USAGE

deployIlastikonbrain(brain,tag,logfolder) function will replicate the input structure of inputfolder into outputfolder where,

inputfolder = sprintf('/groups/mousebrainmicro/mousebrainmicro/data/%s/Tiling',brain);
outputtfolder = sprintf('/nrs/mouselight/cluster/classifierOutputs/%s%s/',brain,tag);

unless specified, log files are created in /.log folder witn logtag = 'ax-%s-log.%s.txt'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%