View source: R/functions_fragLen.R
fragLen_fromMacs2Xls | R Documentation |
parse fragLen from MACS2 output
fragLen_fromMacs2Xls(macs2xls_file)
macs2xls_file |
character. an xls file output by MACS2 to parse frag length from |
numeric fragment length
xls_file = system.file("extdata/test_peaks.xls",
package = "seqsetvis")
fragLen_fromMacs2Xls(xls_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.