mergingSMAP_SVMerge {nanotatoR} | R Documentation |
Merging dual labelled smaps
mergingSMAP_SVMerge(path, pattern, outMode = c("dataframe", "Text"), outpath)
path |
character. Path to the solo files directory. |
pattern |
character. Patternna 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. |
Text files containg merged smaps from different samples
a <- mergingSMAP_SVMerge( path = system.file("extdata", "SoloFile/", package="nanotatoR"), pattern = "*.txt", outMode = "dataframe", outpath = system.file("extdata", "SoloFile/", package="nanotatoR"))