Read computeMatrix output into a SummarizedExperiment object

importCount(file)

Arguments

file

count filename of computeMatrix output.

Value

a SummarizedExperiment object

Examples

file <- system.file("extdata", "count.gz", package= "deepToolsDownstream") se <- importCount(file)