star_align_fastq_SE | R Documentation |
Title
star_align_fastq_SE( fastq_paths, index_path = HG38_STAR_INDEX, gtf_path = HG38_v28_GTF_URL, star_path = STAR_PATH, cache_path = "~/.cache", n_cores = 8, hold_jids = NA, out_path = file.path(getwd(), "alignment"), output_prefix = NULL, do_submit = TRUE )
fastq_paths |
paths to fastq files |
index_path |
path to star index |
gtf_path |
path (local or url) to gtf |
star_path |
path to star executable |
cache_path |
cache location |
n_cores |
number of threads to use |
hold_jids |
job ids to hold for, default NA is none. |
out_path |
directory to output to |
output_prefix |
custom output directory per fastq_paths. default is basename of fastq_paths |
do_submit |
if FALSE, qsub is skipped but submit scripts remain. Default is TRUE. |
list length 2 of output dirs and job ids
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.