save_filter_params: Save filter parameters to the filter table.

View source: R/db.R

save_filter_paramsR Documentation

Save filter parameters to the filter table.

Description

Save filter parameters to the filter table.

Usage

save_filter_params(db, filter_params, filter_id = NULL)

Arguments

db

SQLite3 database file path.

filter_params

Data frame of filtering parameters one row per quantile. Columns should include: quantile, beads.fsc.small, beads.D1, beads.D2, width, notch.small.D1, notch.small.D2, notch.large.D1, notch.large.D2, offset.small.D1, offset.small.D2, offset.large.D1, offset.large.D2.

filter_id

Optional, supply a filter ID. If not provided a UUID string will be generated.

Value

Database filter ID string.


armbrustlab/popcycle documentation built on April 1, 2024, 2:41 p.m.