filter_motifs: Filter BED Dataframe by Threshold

Description Usage Arguments Value

View source: R/annotation_visualize.R

Description

Filter classified motifs based on a lower bound threshold on their membership score.

Usage

1
filter_motifs(motifs, thresh = 0)

Arguments

motifs

A dataframe with column names corresponding to BED file format.

thresh

An optional numeric value that serves as lower bound for scores in the dataframe

Value

A dataframe with column names corresponding to BED format and scores greater than or equal to lower bound threshold.


NElnour/3dannotator documentation built on Dec. 12, 2019, 12:55 a.m.