read_denovo_results: Read Denovo Enriched Motifs HOMER Output

Description Usage Arguments Details Value See Also

View source: R/read_results.R

Description

Reads in results from a denovo motif enrichment analysis created by HOMER.

Usage

1
read_denovo_results(path, homer_dir = TRUE)

Arguments

path

path to the HOMER directory where all outputs are stored

homer_dir

does the path point to a HOMER directory; if FALSE, path must point to the file directly [default: TRUE]

Details

Following an analysis using find_motifs_genome, a HOMER directory is created which analyses the enrichment of denovo motifs. This function reads and parses in that file into a tidy format.

Value

a tibble with the following columns:

See Also

read_known_results, find_motifs_genome


robertamezquita/marge documentation built on Sept. 30, 2020, 6:15 a.m.