plot.expression_patterns {visualPlot} R Documentation

Visualize of the gene expression patterns across different sample groups.

Description

Usage

plot.expression_patterns(matrix,
    size = "2400,2700",
    padding = "padding:250px 150px 300px 300px;",
    bg = "white",
    colorSet = "PiYG:c8",
    levels = 25,
    clusterLabelStyle = "font-style: normal; font-size: 20; font-family: Bookman Old Style;",
    legendTitleStyle = "font-style: normal; font-size: 10; font-family: Microsoft YaHei;",
    legendTickStyle = "font-style: normal; font-size: 10; font-family: Microsoft YaHei;",
    axisTickCSS = "font-style: normal; font-size: 12; font-family: Segoe UI;",
    axisLabelCSS = "font-style: normal; font-size: 12; font-family: Microsoft YaHei;",
    driver = Default,
    ppi = 300);

Arguments

matrix

[as ExpressionPattern]

size

-

padding

-

bg

-

colorSet

color set for visualize the cmeans membership. [as string]

Details

Authors

visualkit

Value

this function returns data object of type any kind.

clr value class

Examples


[Package visualPlot version 1.0.0.0 Index]