Description Usage Arguments Value Examples
View source: R/Conv_Sort_Rm_VCF.R
Read vcf files and processes them / User correct assembly
1 |
datapath |
The path leading to your multisampled vcf file. |
geno |
An ID Format string in your vcf file indicating the index of the genotype information. |
assembly |
The path leading to your assembly file (.fa or .fa.gz). |
five |
A boolean variable. A value of |
A background mutation signatures vector (wt
), which provides
the frequency of each possible signature given an assembly file. A matrix (mut_mat
)
containing the mutational rate of each signature for each sample in your supplied mutation
input file.
1 2 3 4 | assembly <- "Homo_sapiens.GRCh37.dna.primary_assembly.fa"
mut_file <- "multisampled_mutations.vcf"
mut_sign <- vcf2mut(mut_file, "GT", assembly)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.