exportClustersToBed | R Documentation |
Creates bed files of clusters.
exportClustersToBed(object, data = "consensusClusters", assigned = TRUE)
## S4 method for signature 'TSSr'
exportClustersToBed(object, data = "consensusClusters", assigned = TRUE)
object |
A TSSr object. |
data |
Specify which data will be exported: "tagClusters" or "consensusClusters". Default is "consensusClusters". |
assigned |
Specify which consensus clusters will be exported. Used only if data = "consensusClusters. Default is TRUE. |
bed files of clusters
data(exampleTSSr)
#exportTSStoBedgraph(exampleTSSr, data = "tagClusters")
#exportTSStoBedgraph(exampleTSSr, data = "consensusClusters")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.