Description Usage Arguments Value Examples
View source: R/run_annotation.R
concatenateAnnotationResult Concatenate annotation result files into one file
1 2 3 4 5 6  | concatenateAnnotationResult(
  varResultPath,
  annotationFinalResult,
  cores = NULL,
  verbose = FALSE
)
 | 
varResultPath | 
 annotation result directory  | 
annotationFinalResult | 
 final annotation file  | 
cores | 
 (optional) number of cores you'd like to use, by default would use a single core.  | 
verbose | 
 Whether print diagnostic messages. The default is FALSE.  | 
write concatenated annotation file to annotationFinalResult
1 2 3 4 5 6 7 8 9  | ## Not run: 
# After we run UTR annotation on all partition variant files and
# store the annotations in "partition_results" for example,
# we can concatenate the annotation results into one file and
# store it in concatenated_annotation.csv
concatenateAnnotationResult(varResultPath = "partition_results",
                            annotationFinalResult = "concatenated_annotation.csv")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.