POGENOM’s documentation¶
POGENOM is a computer program that calculates several population genomic parameters for a genome in relation to a set of metagnome samples.
Description¶
POGENOM takes as minimal input a file of the variant call format (VCF). This is generated by mapping one or several metagenome samples against a reference genome with a read aligner such as Bowtie2 or MOSAIK and calling variants using a variant caller such as GATK or Freebayes. You can use the Input_POGENOM pipeline to generate the input. POGENOM calculates the nucleotide diversity, 𝜋, within each sample. If multiple samples have been mapped, the fixation index (FST) is calculated for all pairs of samples. If, in addition to the VCF file, an annotation file of the General Feature Format (GFF) is provided, gene-wise 𝜋 and FST will be calculated. If, further, the genome sequence is provided in the GFF file or in a separate FASTA file, amino acid frequencies will be calculated for each codon position in each gene in each sample, and gene-wise 𝜋 and FST will be calculated also at the amino acid level. Now also non-synonymous to synonymous polymorphism rates (pN/pS) will be calculated for each gene in each sample. A description of how the different population genomic parameters are calculated can be found here.
Installation¶
Download the latest POGENOM distribution from https://github.com/EnvGen/POGENOM/releases and extract the files. You need to have Perl installed on your computer to run POGENOM. When running POGENOM, either move to the directory where you have put the files or give the path to the files when running, i.e. perl path/to/pogenom.pl …
Citing POGENOM¶
POGENOM doesn’t have a paper yet, meanwhile please cite it like this:
Sjöqvist C, Delgado Zambrano LF, Alneberg J, Andersson AF (2020). POGENOM: population genomics from metagenomes.https://github.com/EnvGen/POGENOM.
If you use the Input_POGENOM pipeline, make sure to cite the included software/packages that are listed in its documentation.
