View source: R/opening_act_batch_run.R
opening_act_batch_run | R Documentation |
opening_act
functionThis function will take a CSV file containing the path to multiple wiggle data folders
and argument labels and run opening_act
function for each data set in the
file. It allows you to run a batch of data sets autmatically.
opening_act_batch_run(inputDataFile, useReadr = TRUE, runMetaORF = TRUE,
userInput = FALSE)
inputDataFile |
String indicating path to file containing instructions. The file must be in CSV format with the following columns (column names in the file must be reproduced exactly as below):
No default. |
useReadr |
Boolean indicating whether to use the much faster |
runMetaORF |
Boolean indicating whether to run the meta ORF analysis. This analysis
typically takes about 30 minutes to run, so it may be useful to exclude it. Used as the
argument to |
userInput |
Boolean indicating whether to ask user to check the format of the
provided labels. Defaults to |
The output of opening_act
for each of the data sets included in the
batch. Check the documentation of opening_act
for more detail.
## Not run:
opening_act_batch_run(inputDataFile="~/Desktop/inputs.csv")
opening_act_batch_run(inputDataFile="~/Desktop/inputs.csv", useReadr = FALSE,
runMetaORF = TRUE, userInput = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.