View source: R/read_write_catalog.R
WriteCatalog | R Documentation |
Write a catalog to a file.
WriteCatalog(catalog, file, strict = TRUE)
catalog |
A catalog as defined in |
file |
The path to the file to be created. |
strict |
If TRUE, do additional checks on the input, and stop if the checks fail. |
See also ReadCatalog
.
In ID (small insertion and deletion) catalogs, deletion repeat sizes range from 0 to 5+, but for plotting and end-user documentation deletion repeat sizes range from 1 to 6+.
file <- system.file("extdata",
"strelka.regress.cat.sbs.96.csv",
package = "ICAMS")
catSBS96 <- ReadCatalog(file)
WriteCatalog(catSBS96, file = file.path(tempdir(), "catSBS96.csv"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.