vis: Simultaneous visualisation of transcriptomic data by...

Description Usage Arguments Value Author(s) Examples

View source: R/vis.R

Description

The vis function simultaneously visualizes the results of the functions stat and ord. Firstly, all covariates of R and Q are visualized by ordination in one plot; covariates involved in at least one significant association are shown in black, other covariates are shown in gray. Then, all covariates that are significantly associated according to stat are connected by lines which color represents the character of their significance.

Usage

1
2
vis(Stat, Ord=NULL, alpha=0.05, xaxis=1, yaxis=2, col=c("gray", transblue, transred),
    alphatrans=0.5, cex=1, rangex=2, rangey=2, ...)

Arguments

Stat

An object of class stat.

Ord

An object of class ord. The objects stat and ord should have the same value ngenes.

alpha

The significance level.

xaxis, yaxis

Define which axes of ordination shall be shown by x- and y-axis, respectively.

col

A vector of three colors. The first color represents non-significant variables, the second positive significant, the third negative significant associations.

alphatrans

Defines degree of transparency of the second and third color.

cex

The magnitude of the text in the ordination.

rangex, rangey

The range of the x axis and y axis can be extended or reduced, e.g. for the case that not all covariates are visible in the default setting.

...

More plotting parameters can be added.

Value

Plot of fourthcorner analysis and RLQ.

Author(s)

Lara Urban

Examples

1
2
3
4
5
data(Baca)
statBaca <- stat(Baca, nrcor = 2)
ordBaca <- ord(Baca)
vis(Stat = statBaca, Ord = ordBaca)
vis(Ord = ordBaca)

covRNA documentation built on Nov. 8, 2020, 5:59 p.m.