Learn R Programming

BioGSP (version 1.0.0)

demo_sgwt: Demo function for SGWT

Description

Demonstration function showing basic SGWT usage with synthetic data using the new workflow: initSGWT -> runSpecGraph -> runSGWT

Usage

demo_sgwt(verbose = TRUE)

Value

SGWT object with complete analysis

Arguments

verbose

Logical; if TRUE, show progress messages and results (default: TRUE)

Examples

Run this code
# \donttest{
SG <- demo_sgwt()
print(SG)
# }

Run the code above in your browser using DataLab