Description Usage Arguments See Also Examples
Interconvert consensus clusters (CC) formats used in classes CAGEset
(data.frame
) and CAGEexp (GRanges
).
1 2 3 |
gr |
Consensus clusters in |
df |
Consensus clusters in |
Other df2granges converters: tagClusterConvertors
1 2 3 4 5 6 | df <- consensusClusters(exampleCAGEset)
head(df)
gr <- CCdataframe2granges(df)
gr
# No round-trip because start and end were not integer in df.
# identical(df, CCgranges2dataframe(gr))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.