Import.WL.data: Import Wormlab data, merge and convert to long format with...

View source: R/Import.WL.data.R

Import.WL.dataR Documentation

Import Wormlab data, merge and convert to long format with curve angle. plus it assigns binary state columns to each behavioral state class -work in progress-

Description

Import Wormlab data, merge and convert to long format with curve angle. plus it assigns binary state columns to each behavioral state class -work in progress-

Usage

Import.WL.data(
  bin.length = 4,
  frame.rate,
  num.tracks,
  multiple,
  head.correct = FALSE,
  ...
)

Arguments

bin.length

length of time bins in seconds. Used for state analysis

frame.rate

video frame rate

num.tracks

optional argument to limit input to certain number of worm tracks

Examples

Import.WL.data(bin.length = 2, frame.rate = 6)

SenguptaLab/MF.matR documentation built on Feb. 5, 2023, 4:57 p.m.