Description Usage Arguments Value
View source: R/aracne-ap_viper.R
Parse inputs (from aracne-ap_viper Nextflow)
1 | parse_aracne(NETWORK, EXPRMAT, METADATA, TAG, genome_prefix = "hsapiens")
|
NETWORK |
ARACNe_AP network file |
EXPRMAT |
expression matrix in tab-separated format: header line in format: geneID sample_1 ... sampleID_n all other lines in format geneID_1 value_1 ... value_n etc. |
METADATA |
metadata to discriminate between cohorts for msViper analysis; tab-separated format; header line format: sample group all other lines: sampleID_1 group_0 etc. |
TAG |
string identifier of the run |
genome_prefix |
string of a genome in biomart$dataset, suffixed with '_gene_ensembl' |
none, saves two RData files to current dir contianing: ensembl to external gene mapping (en2ext); combined.eset, regulonaracne required to run msViper
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.