overlap_score_summary: Summarizes the TopDom Best Scores across TopDomOverlapScores

Description Usage Arguments Value

View source: R/overlap_scores_summary.R

Description

Summarizes the TopDom Best Scores across TopDomOverlapScores

Usage

1
2
3
4
5
6
overlap_score_summary(
  fit,
  weights = c("uniform", "by_length"),
  domain_length = NULL,
  drop_reference = TRUE
)

Arguments

fit

A base::list of K TopDomOverlapScores objects

weights

A character string specifying how overlap scores across domains should be weighted.

domain_length

(optional) A length-two numeric vector (min, max) specifying the minimum and maximum length of domains to include in the summary. Any domains with lengths outside this range will be discarded. If NULL (default) or c(-Inf, +Inf), all domains are included.

drop_reference

If TRUE, then the reference partition is dropped.

Value

A base::data.frame with (K-1) rows.


HenrikBengtsson/TopDomStudy documentation built on May 14, 2021, 1:49 p.m.