CHRONOSrun: Default run of CHRONOS

Description Usage Arguments Details Value Examples

View source: R/CHRONOSrun.R

Description

Default run of CHRONOS

Usage

1
2
CHRONOSrun(mRNAexp, mRNAlabel, miRNAexp, pathType, subType, measures,
    thresholds, org, export, verbose, miRNAinteractions)

Arguments

mRNAexp

mRNA expressions filename located in CHRONOS/extdata/Input

mRNAlabel

mRNA nomenclature (for supported types see convertNomenclature)

miRNAexp

miRNA expressions filename located in CHRONOS/extdata/Input

pathType

Pathway type ('Metabolic', 'Non-Metabolic', 'All' or vector of pathway ids)

subType

Subpathway type ('Linear', 'Non-Linear', 'All')

measures

Include subpathway structural and functional aspects ('TRUE', 'FALSE')

thresholds

Subscore, mirscore and p-value thresholds
c('pvalue'=pvalue, 'subscore'=subscore, 'mirscore'=mirscore)

org

KEGG organism identifier

export

Export file type ('.xlsx', '.txt')

verbose

Show informative messages (TRUE/FALSE).

miRNAinteractions

Edgelist of miRNA-mRNA interactions.

Details

Value

.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# Default run

load(system.file('extdata', 'Examples//data.RData', package='CHRONOS'))

res <- CHRONOSrun(  mRNAexp=mRNAexpr,
                    mRNAlabel='entrezgene',
                    miRNAexp=miRNAexpr,
                    pathType=c('04915', '04917', '04930', '05031'),
                    org='hsa',
                    subType='Linear',
                    thresholds=c('subScore'=0.4, 'mirScore'=0.4),
                    miRNAinteractions=miRNAinteractions)

CHRONOS documentation built on Nov. 8, 2020, 8:30 p.m.