Description Usage Arguments Value Examples
Export the detected TSS from CapSet object as .bed files
1 2 3 4  | 
CSobject | 
 The modified CapSet object after running   | 
outfile_prefix | 
 Prefix (with path) for output .bed files  | 
pergroup | 
 If TRUE, write output per group of samples  | 
merged | 
 If TRUE, write merged bed file (union of all groups)  | 
.bed file(s) containing detected TSS.
1 2 3 4  | # load a previously saved CapSet object
cs <- exampleCSobject()
# export tss
exportTSS(cs, merged = TRUE, outfile_prefix = "testTSS")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.