mergingSMAP_SE: Merging DLE labelled smaps

View source: R/mergesmap_SVMerge_SE.R

mergingSMAP_SER Documentation

Merging DLE labelled smaps

Description

Merging DLE labelled smaps

Usage

mergingSMAP_SE(path, pattern, outMode = c("Text", "dataframe"), outpath)

Arguments

path

character. Path to the solo files directory.

pattern

character. Pattern for the solo files.

outMode

character. The ouput mode. Choices, dataframe or Text.

outpath

character. Path where the dual labelled merged samples are kept. Is mandatory if outMode is Text.

Value

Text files containg merged smaps from different samples

Examples

mergedSmap <- mergingSMAP_SE (
path = system.file("extdata", "SoloFile/", package="nanotatoR"),
pattern = "*_DLE1_*", outMode = "dataframe", 
outpath = system.file("extdata", "Merged/", package="nanotatoR"))

VilainLab/nanotatoR documentation built on Aug. 3, 2024, 12:46 a.m.