readALL: Read in & combine

Description Usage Arguments

View source: R/readAll.R

Description

Read in all data output by Cell Profiler (e.g. for one cell line/experiment) and combine (bind rows) together into on data.table.

Usage

1
readALL(paths, sep = ",")

Arguments

paths

Character vector of folder paths the Cell Profiler data is in. Function will use list.files on each folder path and read in all files in each folder. Paths should NOT have a trailing "/".

sep

The field separator character. Values on each line of the file are separated by this character.


lucyleeow/CellProfileR documentation built on May 21, 2019, 2:30 a.m.