summarize_corecmotifs: Make a data frame summarizing a list of CoRecMotifs

View source: R/utils.R

summarize_corecmotifsR Documentation

Make a data frame summarizing a list of CoRecMotifs

Description

Creates a data frame representation of a list of CoRecMotifs.

Usage

summarize_corecmotifs(
  corecmotifs,
  by_cluster = FALSE,
  check_corecmotifs = TRUE
)

Arguments

corecmotifs

list. The CoRecMotifs to summarize.

by_cluster

logical(1). Should the CoRecMotifs be grouped by cluster? (Default: FALSE)

check_corecmotifs

logical(1). Should corecmotifs be checked for validity? Setting this to FALSE can increase speed, but if corecmotifs contains anything other than valid CoRecMotifs, it may produce uninformative error messages. (Default: TRUE)

Value

A data frame with information about a list of CoRecMotifs.

Examples

print("FILL THIS IN")

Siggers-Lab/hTF_array documentation built on Feb. 7, 2024, 11:25 p.m.