Description Usage Arguments Value Author(s)
execute the command : 'align -OvParameters.geneFeatureToAlign=VTranscript
1 2 3 | align_fastq_to_vdjca(java_param = "java -Xmx4g -Xms3g -jar", path_mixcr,
input_dir, input_filename, output_filename = "auto",
report_name = "alignmentReport", replace = FALSE, string_only = FALSE)
|
java_param |
a character string containing java parameters |
path_mixcr |
the path to mixcr.jar |
input_dir |
where the files are |
input_filename |
file name (type R1.fastq.gz), (with or without the extension) |
report_name |
the name of the file alignmentReport. (without the extension) Set to NULL to not create the file. |
replace |
if TRUE, if the output file already exists, it will be replaced. |
string_only |
if TRUE, don't execute the command but returns it in a string |
run command line in console. Creates .vdjca files in the same directory than the fastq.gz files Returns the name of the outputfile if string_only=FALSE Returns command if string_only=TRUE
DEBOT Damien <damien.debot@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.