readPCM: read pcm from a path

Description Usage Arguments Value Examples

View source: R/publicUtilities.R

Description

read position count matrix from a path

Usage

1
readPCM(path = ".", pattern = NULL)

Arguments

path

a character vector of full path names

pattern

an optional regular expression

Value

A list of pcm objects

Examples

1
pcms<-readPCM(file.path(find.package("motifStack"), "extdata"),"pcm$")

motifStack documentation built on Nov. 8, 2020, 7:43 p.m.