geno4sd.utils.snpeff_tools module
Summary
Functions:
Function to run SnpEff cancer analysis annotation mode |
|
Function to download genome |
|
Function to parse vcf into panda dataframe |
Reference
- download_genome(genome)[source]
Function to download genome
- Params genome
name of genome to download
- cancer_analysis(inputvcf, outputvcf, genome='GRCh38.p13')[source]
Function to run SnpEff cancer analysis annotation mode
- Params inputvcf
<string> path to input vcf
- Params outputvcf
<string> path to output vcf
- Params genome
<string> Genome version to use. Be sure of have already downloaded it. Default is “GRCh38.p13”