fragLen_fromMacs2Xls: parse fragLen from MACS2 output

View source: R/functions_fragLen.R

fragLen_fromMacs2XlsR Documentation

parse fragLen from MACS2 output

Description

parse fragLen from MACS2 output

Usage

fragLen_fromMacs2Xls(macs2xls_file)

Arguments

macs2xls_file

character. an xls file output by MACS2 to parse frag length from

Value

numeric fragment length

Examples

xls_file = system.file("extdata/test_peaks.xls",
    package = "seqsetvis")
fragLen_fromMacs2Xls(xls_file)

jrboyd/seqsetvis documentation built on March 17, 2024, 3:14 p.m.