Help Center

Documentation & Vignettes

Everything you need to script GCModeller lives in the R# vignettes: the function reference for every software module, with parameters, defaults and runnable examples. Start from the vignettes index — it is the front door to the whole API.

Primary Entry

R# Vignettes Index

The official reference documentation for GCModeller scripting. Each module of the framework — genome annotation, virtual-cell modeling, virtual perturbation experiments, pan-omics analysis — ships its own set of vignette pages documenting every exported R# function.

gcmodeller.org/vignettes/index.html ↗
01

How to find a function

1

Open the index

Go to gcmodeller.org/vignettes/index.html. The landing page lists every documented module of the framework.

2

Pick your module

Navigate to the module that matches your task — annotation, FBA, network inference, omics statistics, and so on.

3

Read the function page

Every exported R# function is documented with its parameters, types, default values and a runnable usage example you can adapt.

02

Searching tips

search pattern
# find any vignette page mentioning a function name,
# directly from your favourite search engine:

site:gcmodeller.org/vignettes "limma"
site:gcmodeller.org/vignettes "gsea"
site:gcmodeller.org/vignettes "flux balance"

Vignette pages are plain, indexable HTML — a targeted search for the function name you remember from a paper or a forum thread will usually land you on the exact reference page.

03

Related resources

Open the Vignettes Back to Overview