chimeraviz-internals-fusionsToGeneLabelData {chimeraviz} | R Documentation |
This function takes a list of Fusion objects and creates a data frame in the format that RCircos.Gene.Name.Plot() expects for gene label data.
.fusionsToGeneLabelData(fusionList)
fusionList |
A list of Fusion objects. |
A data frame with fusion gene label data compatible with RCircos.Gene.Name.Plot()
# @examples # Apparently examples shouldn't be set on private functions defuse833ke <- system.file("extdata", "defuse_833ke_results.filtered.tsv", package="chimeraviz") fusions <- importDefuse(defuse833ke, "hg19", 3) labelData <- chimeraviz::.fusionsToGeneLabelData(fusions) # This labelData can be used with RCircos.Gene.Connector.Plot() and RCircos.Gene.Name.Plot()