readSMap {nanotatoR}R Documentation

Reads SMAP files to extract information

Description

Reads SMAP files to extract information

Usage

readSMap(smap)

Arguments

smap

character. Path to SMAP file.

Value

Data Frame or text file. Contains the SMAP information.

Examples

smapName="F1.1_TestSample1_solo_hg19.smap"
smap = system.file("extdata", smapName, package="nanotatoR")
readSMap(smap)

[Package nanotatoR version 1.6.0 Index]