R/AllGenerics.R
, R/detect_TSS.R
exportTSS.Rd
Export the detected TSS from CapSet object as .bed files
exportTSS(CSobject, outfile_prefix, pergroup = FALSE, merged = TRUE) # S4 method for CapSet exportTSS(CSobject, outfile_prefix, pergroup = FALSE, merged = TRUE)
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.
#>#>#>#># export tss exportTSS(cs, merged = TRUE, outfile_prefix = "testTSS")#>