combined_header | R Documentation |
This function generates a combined header from multiple .bam files from different reference libraries (e.g. a split bacterial library). It is not intended for use by users.
combined_header(bam_files, header_file = "header_tmp.sam")
bam_files |
A character vector of the locations/file names of .bam files from which to combine the headers. |
header_file |
A file name and location for the output file for the combined header. This will be a .sam format file without any reads. Defaults to 'header_tmp.sam'. |
This function will return a combined header from all the supplied .bam files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.