find_instrument: Find sequencing instrument name from sequecing information

View source: R/util.R

find_instrumentR Documentation

Find sequencing instrument name from sequecing information

Description

Find sequencing instrument name using instrument_id and/or flowcell_id for a sequencing sample

Usage

find_instrument(
  instrument_id = build_instrument_id(),
  flowcell_id = build_flowcell_id(),
  seq_info
)

Arguments

instrument_id

Dataframe with matched data for instrument_id and instrument name

flowcell_id

Dataframe with matched data for flowcell_id, flowcell_type and instrument name

seq_info

Sequencing info from a sample

Value

A dataframe with found matching instrument names


TearsWillFall/ULPwgs documentation built on April 18, 2024, 3:45 p.m.