structureFolder: Fast structuration of a folder for phenopix process

View source: R/structureFolder.R

structureFolderR Documentation

Fast structuration of a folder for phenopix process

Description

This function allows to create subfolders to a folder optimized for the phenopix processing. If assigned to an object, all subfolders can be accessed in a simple and straightforward way.

Usage

structureFolder(path, ...)

Arguments

path

The main path where the subdirectories will be created

...

further arguments passed to dir.create

Details

This function creates 4 subfolders to a given folder. In IMG you will store images to be processed. In REF you will put your reference image, i.e. the one that you will use to draw your ROI(s). In ROI the RData containing ROI data and one plot for each ROI will be saved. In folder VI you can save your VI.data.Rdata after have run extractVIs.

Author(s)

Gianluca Filippa <gian.filippa@gmail.com>


phenopix documentation built on Aug. 9, 2023, 5:10 p.m.