Description Usage Arguments Value Author(s) See Also Examples
Extracts tag clusters (TCs) produced by clusterCTSS
function for a specified CAGE experiment from a CAGEset object.
1 2 | tagClusters(object, sample, returnInterquantileWidth = FALSE,
qLow = NULL, qUp = NULL)
|
object |
A |
sample |
Label of the CAGE dataset (experiment, sample) for which to extract tag clusters. |
returnInterquantileWidth |
Should the interquantile width for each tag cluster be returned. |
qLow |
Position of which quantile should be used as a left (lower) boundary when calculating interquantile width. Default value |
qUp |
Position of which quantile should be used as a right (upper) boundary when calculating interquantile width. Default value |
Returns a data.frame
with genomic coordinates, position of dominant TSS, total CAGE signal and additional information for all TCs from specified CAGE dataset (sample). If returnInterquantileWidth = TRUE
, interquantile width for each TC is also calculated using specified quantile positions and returned in the data frame.
Vanja Haberle
1 2 3 4 | load(system.file("data", "exampleCAGEset.RData", package="CAGEr"))
TC <- tagClusters(object = exampleCAGEset, sample = "sample2", returnInterquantileWidth = TRUE, qLow = 0.1, qUp = 0.9)
head(TC)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.