Learn R Programming

flowcatchR (version 1.6.2)

read.particles: Constructor for a ParticleSet object

Description

This function is used to create a ParticleSet object from a vector/list of tab separated text files, each of one containing one line for each particle in the related frame, alongside with its coordinates and if available, the computed features The number of frames is also specified, as just a subset of the particle lists can be used for this

Usage

read.particles(particle.files, nframes = NULL)

Arguments

particle.files
Vector of strings containing the locations where the particle coordinates are to be found, or alternatively, the path to the folder
nframes
Number of frames that will constitute the ParticleSet object

Value

  • An object of the ParticleSet class

Examples

Run this code
## see vignette and export.particles

Run the code above in your browser using DataLab