read_facs_data: Reads the facs data get the summary informations on data...

Description Usage Arguments Value

View source: R/read_data.R

Description

This function works on FL1H, FSC and SSC data acquired on 96-well plates. The data directory should be organized as follow: "date/plate/dat/your_fsc_data"

Usage

1
read_facs_data(datadir, datadate, annofile, anno = NULL)

Arguments

datadir

The path to root directory of data

datadate

The name of directory containing data, in date format: YYYMMDD, can be a vector of dates

annofile

The experimenter annotation file, semi-colon separated, must at least contain the following informations :

Value

A list of data.frames containing the data of ALL cells. data$alldat in a list of data, and data$anno is the summary of the informations.


magrichard/facsticor documentation built on May 17, 2019, 8:16 a.m.