matrix_to_diff {GSVA} R Documentation

convert to diff data from dataframe

Description

Usage

matrix_to_diff(diff,
    pathId = "pathNames",
    t = "t",
    pvalue = "pvalue");

Arguments

diff

[as dataframe]

pathId

[as string]

t

[as string]

pvalue

[as string]

Details

Authors

gseakit

Value

this function returns data object of type GSVADiff[].

clr value class

Examples


[Package GSVA version 1.0.0.0 Index]