readPCM: read pcm from a path

View source: R/publicUtilities.R

readPCMR Documentation

read pcm from a path

Description

read position count matrix from a path

Usage

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


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


jianhong/motifStack documentation built on Jan. 31, 2024, 5:03 a.m.