| ssvQC.save_config | R Documentation | 
ssvQC.save_config
ssvQC.save_config(object, file)
object | 
 A ssvQC object  | 
file | 
 A .features.csv and .signal.csv file will be written with this prefix.  | 
invisibly returns config file paths.
features_config_file = system.file(
  package = "ssvQC", 
  "extdata/ssvQC_peak_config.csv"
)
features_config = QcConfigFeatures.parse(features_config_file)
bam_config_file = system.file(
  package = "ssvQC", 
  "extdata/ssvQC_bam_config.csv"
)
bam_config = QcConfigSignal.parse(bam_config_file)
sqc = ssvQC(features_config, bam_config)
out_dir = tempdir()
ssvQC.save_config(sqc, file.path(out_dir, "test_save_config"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.