Description Usage Arguments Examples
To get editing distance from multiple bam files
1 2 | EDfromBams(bamFiles, gtf, output_name = "ed_table.txt", virtualenv = 0,
r = "VARSL-VARS2,C6orf205-MUC21")
|
bamFiles |
bam files <path/to/BAM_file_1> <path/to/BAM_file_2> |
gtf |
gtf file <path/to/GTF_file> |
output_name |
output name |
virtualenv |
path of virtualenv, optional |
r |
combine redundnat gene names, example, VARSL-VARS2,C6orf205-MUC21, optional |
1 2 3 4 | bamFiles=system.file("extdata", "mapping2*bam", package = "AltHapAlignR")
gtf=system.file("extdata", "gencode.v21.chr_patch_hapl_HLA.annotation.gtf",
package = "AltHapAlignR")
EDfromBams(bamFiles, gtf, output_name="output.txt", virtualenv=0, r="VARSL-VARS2,C6orf205-MUC21")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.