Skip to content

Export predicted TFBS as BED files

Usage

export_predicted_tfbs_bed(
  predicted_tfbs,
  out_file = NULL,
  out_dir = NULL,
  tf = NULL,
  split_by = c("none", "tf")
)

Arguments

predicted_tfbs

Compact predicted TFBS table or path.

out_file

BED output path. Required when split_by is none.

out_dir

Directory for split BED outputs.

tf

Optional TF subset.

split_by

One of none or tf.

Value

Output path or manifest tibble, invisibly.