read_multiple_data_files: Multiple plates files

View source: R/read_multiple_data_files.R

read_multiple_data_filesR Documentation

Multiple plates files

Description

This function can recive as argument multiple raw data files and join them.

Usage

read_multiple_data_files(
  reader_type,
  time_interval = NULL,
  input_type = NULL,
  dirFiles = NULL,
  file_pattern = NULL,
  filesname = NULL,
  plate_names = NULL
)

Arguments

reader_type

to specified the type of reader machine

time_interval

used only if the input is multiscango and table output format

input_type

specified if the input file of multiscan is in table or list format.

read_multiple_data_files returns a dataframe with the data in the raw files as dataframe.

dirFiles

to specified the directory

file_pattern

pattern to match filenames

filesname

name of the files to be read

plate_names

to add the name of the plate

Examples

file_path <- system.file(
 "extdata",
 c("test_spectramax_data_1.txt", "test_spectramax_data_2.tx"),
 package = "mpxtractor"
)

data_multiple_spectramax <- mpxtractor::read_multiple_data_files(
reader_type = "spectramax",
filesname = file_path
)



MartinBanchero/mpxtractor documentation built on March 30, 2022, 10:56 p.m.