CircosText {interacCircos}R Documentation

Text module

Description

Text for better explaination of other modules

Usage

CircosText(
  modulename,
  text,
  x = 0,
  y = 0,
  size = "1.2em",
  weight = "bold",
  opacity = 1,
  color = "#000000",
  rotateRate = 0,
  animationDisplay = FALSE,
  animationInitialSize = 20,
  animationInitialWeight = "bold",
  animationInitialColor = "black",
  animationInitialOpacity = 1,
  animationInitialPositionX = 0,
  animationInitialPositionY = 0,
  animationInitialRotate = 0,
  animationDelay = 50,
  animationTime = 1000,
  animationType = "linear",
  ...
)

Arguments

modulename

The name of the new module

text

The details of text

x, y

The coordinates of the text

size

Font size

weight

Font weight. Should be either "normal", "bold", "bolder" or "lighter"

opacity

Font opacity

color

Font color

rotateRate

ratate rate for text

animationDisplay

Whether display animation or not

animationInitialSize

Initial text size in animation

animationInitialWeight

Initial text weight in animation

animationInitialColor

Initial text color in animation

animationInitialOpacity

Initial text opacity in animation

animationInitialPositionX, animationInitialPositionY

Initial text coordinates in animation(The parameter x,y will become the final position for text if animation displayed)

animationInitialRotate

Initial rotate rate in animation

animationTime, animationDelay, animationType

The time, delay and display type for animation

...

Ignored

Value

The module tracks for text modules.

Examples

Circos(CircosText('text01', 'Annotation', color = '#DD2222', x = -40))


[Package interacCircos version 1.2.0 Index]