Skip to content

Output predicted TFBS

Usage

output_predicted_tfbs(
  prediction_stats,
  out_dir = NULL,
  output_format = c("auto", "parquet", "csv"),
  include_support = TRUE
)

Arguments

prediction_stats

Module 1 TFBS prediction statistic table.

out_dir

Optional output directory. If supplied, a predicted TFBS table and manifest are written for Module 2.

output_format

Output format: auto, parquet, or csv.

include_support

Include compact condition support when available.

Value

A predicted TFBS tibble when `out_dir` is NULL; otherwise a list with output paths and row counts.