Description Usage Arguments Value Examples
Merge profile from multiple counts file by given function
1 | mergeCounts(files, FUN = colMeans, na.rm = TRUE)
|
files |
count filenames of computeMatrix output. |
FUN |
function for each column in counts. Could set to colMeans, colSum. |
na.rm |
logical. Should missing values (including NaN) be omitted from the calculations? |
data.frame object.
1 2 | file <- system.file("extdata", "count.gz", package= "deepToolsDownstream")
mergeCounts(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.