View source: R/cohortDB_comp.r
makeInternalBNDatabase | R Documentation |
Merges Solo SV files to one common SV file
makeInternalBNDatabase(
path,
pattern,
outpath,
fname,
dbOutput = c("dataframe", "text")
)
path |
character. Path to the solo files. |
pattern |
character. file name pattern for solo files. |
outpath |
character. file path for the output file. |
fname |
character. file name for the output file. |
dbOutput |
character. Output option database or text. |
Text file containing all the solo SMAP files.
path <- system.file("extdata", "Bionano_config/", package = "nanotatoR")
pattern <- "_hg19.txt"
mergedSmap <- makeInternalBNDatabase(path = path,
pattern = pattern, dbOutput = "dataframe")
mergedSmap[1,]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.