merge_FBMs: Merge FBMs and meta files

View source: R/fct_3_Data_processing.R

merge_FBMsR Documentation

Merge FBMs and meta files

Description

**Internal function.** Not intended for direct use. Exported only for 'shinymeta' report rendering via '::' access. Use [run_app()] instead. A function to join by row individual FBMs and .info files into a unique FBM and a unique .info file, merged_bm.

Usage

merge_FBMs(filepath)

Arguments

filepath

Path to the individual FBMs.

Value

A list with the merged FBM, the merged info file and the FBM header.

Examples


  # Internal function exported for shinymeta :: access during report rendering.
  # Requires a live Shiny reactive context and real AIRR-seq data.
  # Use run_app() as the user-facing entry point.


AbSolution documentation built on April 27, 2026, 9:07 a.m.