fillMqparTemplate: fills a template mqpar string with the given infos

Description Usage Arguments Value Examples

Description

fills a template mqpar string with the given infos

Usage

1
2
fillMqparTemplate(parameterGroups, fastaFiles, rawFiles = NULL,
  templateFile = "mqpar.tmp.xml", fixedFolder = "")

Arguments

fastaFiles

vector of fasta files paths

rawFiles

optionaly vector of raw files paths

templateFile

template File path

paramterGroups

list of parameterGroups settings (mode, enzymes)

Value

filled mqpar string

Examples

1
2
3
4
## Not run: 
fillMqparTemplate( list(list(mode=0, enzyme=c('LysC','GluC'))), c("human.fasta", "yeast.fasta"))

## End(Not run)

mariodejung/samplesubmission documentation built on May 3, 2019, 1:34 p.m.