Learn R Programming

pooledpeaks (version 1.1.1)

fsa_metadata: Retrieve Metadata

Description

Retrieves basic info from .fsa files about the sample and run,and aggregates multiple samples in a single object.

Usage

fsa_metadata(x)

Value

A data frame that contains the metadata of the machine and run extracted from the .fsa file. One row for each .fsa file in directory x and the following columns: retrieved_sample_name, batch_container_name, fsa_version, user, run_start_date, run_start_time, machine_type,machineN_serial.

Arguments

x

The path to the folder from the current directory where the .fsa files that will be analyzed are stored.

Examples

Run this code
file_path <- system.file("extdata", package = "pooledpeaks")
fsa_metadata(x = file_path)

Run the code above in your browser using DataLab