dem.barplot {visualPlot} R Documentation

Description

Usage

dem.barplot(sample,
    upName = "up",
    downName = "down",
    size = "2700,2400",
    padding = "padding:200px 350px 250px 200px;",
    title = "Statistic of Differently Expressed Metabolite",
    headN = 60,
    ppi = 300);

Arguments

sample

DAM data between sample group comparisions, this parameter has two data format: 1. dataframe - should contains at least two data fields: up and down, field values of up and down is the DAM counts number. row data in dataframe is the sample comparision groups 2. list - elements in the list is the sample comparision groups and each element slot values should be a tuple list which contains the DAM id vector, and each id vector is named up and down.

upName

[as string]

downName

[as string]

size

-

padding

-

title

[as string]

headN

[as integer]

ppi

[as integer]

env

[as Environment]

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]