Description Usage Arguments Value
a helper function to create a bampath from some metadata information. Also checks if index exists
1 2 3 4 5 6 7 | createBamPath(
run_number,
fastq_filename,
align_expr_prefix,
bam_suffix = "_sorted_aligned_reads_with_annote.bam",
test = FALSE
)
|
run_number |
the run_number (mind the leading zeros for old runs) of the run |
fastq_filename |
the fastq filename, preferrably without the extension or any leading path info. However, an effort has been made to deal with full paths and extensions |
align_expr_prefix |
the location of the run directories. Eg, if you are mounted and on your local computer, it might be something like "/mnt/htcf_lts/lts_align_expr" |
bam_suffix |
the common bam suffix for all bam files stored in /lts. Default is "_sorted_aligned_reads_with_annote.bam" |
test |
boolean, default FALSE. Set to TRUE if testing this function |
a verified filepath to the bam file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.