Description Usage Arguments Value Author(s)
View source: R/functions_main.R
This is the main worker function that parses through the reads in the bam file and determines their allele variants.
1 2 3 4 | AlleleProfileR.determine.variants(bamtable, index, gene,
cutoff.large = 25, ignore.snp = F, cut.range = 0,
ignore.chimeric = F, chimeric.max.insertion.size = 50,
suppress.messages = F)
|
bamtable |
Data.frame containing the reads, as generated by AlleleProfileR.bam. |
index |
Path to the .fa file containing the reference genome. |
gene |
Gene information vector |
cutoff.large |
Cutoff value for determining whether an indel is large or small. Default is 25. |
ignore.snp |
Ignore SNPs? Default is FALSE. |
cut.range |
Range around cut site for considering NHEJ. Default is 0, this setting will disregard cut range. |
ignore.chimeric |
Ignore chimeric reads? Default is FALSE. |
chimeric.max.insertion.size |
Max insertion size when inspecting chemeric alignments. Default is 50. |
suppress.messages |
Suppress messages? Default is FALSE. |
Variants data.frame
Arne Bruyneel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.