fsa_metadata: Retrieve Metadata

View source: R/batch_version.R

fsa_metadataR Documentation

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)

Arguments

x

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

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.

Examples

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


pooledpeaks documentation built on April 3, 2025, 10:53 p.m.