define_plan | R Documentation |
Initialize and return drake_plan object. New for github drake 7.0+.
define_plan( params_path = "drake_params.tsv", runCounts = TRUE, runPairwise = FALSE, runFoldChange = TRUE, runEnrichment = TRUE, runHits = TRUE, runPolyclonal = TRUE, runAVARDA = FALSE, runEpitopefindr = FALSE, runEpitopefindr_nolatex = FALSE )
params_path |
Path to project parameters file that can be created using the write_drake_params function. |
runCounts |
Logical controlling whether or not to define counts targets. |
runPairwise |
Logical controlling whether or not to define pairwise targets. |
runFoldChange |
Logical controlling whether or not to define EdgeR fold change targets. |
runEnrichment |
Logical controlling whether or not to define enrichment targets. |
runPolyclonal |
Logical controlling whether or not to define enrichment targets. |
runAVARDA |
Logical controlling whether or not to define AVARDA targets. |
runEpitopefindr |
Logical controlling whether or not to run epitopefindr analysis on hits. |
runEpitopefindr_nolatex |
Logical controlling whether or not to run epitopefindr analysis on hits without latex (replaces epitopefindr_latex). |
epitopefindr_latex |
(no longer used) Logical controlling whether to generate LaTeX from epitopefindr multiple sequence alignments. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.