forqs is a forward-in-time population genetics simulation that tracks individual haplotype chunks as they recombine each generation. forqs also also models quantitative traits and selection on those traits.
rvsel is an R package for rare variants selection with sequence data. The most outome-related rare variants are selected within a gene or a genetic region. The selection procedure is based on the power set of the subset of the rare variants.
H-clust is a simple clustering method that can be used to rapidly identify a set of tag SNP’s based upon genotype data. This method does not require haplotype estimation. H-clust consists of two stages. The first stage uses hierarchical clustering to determine the clusters. In the second stage, the tag SNP is chosen by finding the SNP most correlated with all the other SNPs in the cluster. Optionally, the quality of each SNP can be included in the analysis. In this case, both quality and correlation affect the determination of tag SNPs. The input for H-clust is a genotype matrix using 0,1,2 to denote the number of copies of a particular allele. It then computes the similarity matrix based on Pearson’s correlation between allele counts. The distance between two SNPs is one minus the squared correlation. By default, H-clust uses the “complete linkage” method. Hierarchical clustering can be represented as a dendrogram in which any two SNPs diverge at a height equal to their distance. The clusters are obtained by declaring SNPs to be in the same cluster when they converge before a certain cut-off value. In the H-clust program, this cutoff is 1- hcbound, where hcbound is determined by the user. (This is slightly different in the stepwise version, see below.) The second stage of H-clust finds a tag SNP to represent the cluster. This is done by scoring each SNP based on squared correlation and quality. If multiple SNPs are scored equally, then the one in the middle is chosen as the tag SNP.
BoNB (Bag of Naïve Bayes), an algorithm for genetic biomarker selection and subjects classification from the simultaneous analysis of genome-wide SNP data. BoNB is based on the Naïve Bayes classification framework, enriched by three main features: bootstrap aggregating of an ensemble of Naïve Bayes classifiers, a novel strategy for ranking and selecting the attributes used by each classifier in the ensemble and a permutation-based procedure for selecting significant biomarkers, based on their marginal utility in the classification process. BoNB is tested on the Wellcome Trust Case-Control study on Type 1 Diabetes and its performance is compared with the ones of both a standard Naïve Bayes algorithm and HyperLASSO, a penalized logistic regression algorithm from the state-of-the-art in simultaneous genome-wide data analysis.
SSCA is an algorithm for selecting combinations of RNA homologous sequences suitable for secondary structure predictions with the comparative approach.
MCentridFS is a software to systematically identify responsive modules or network biomarkers for classifying multi-phenotypes from high-throughput data.
RADinitio is a forward simulator for creating population-level RAD data sets, based on a given reference genome. This in silico RADseq library preparation and sequencing process, allows for the exploration of parameters including restriction enzyme selection, library insert size, PCR duplicate distribution, and sequencing coverage.
BMGE (Block Mapping and Gathering using Entropy) is a program that selects regions in a multiple sequence alignment that are suited for phylogenetic inference.
EPC (Evolutionary Feature Construction) is a method for prediction of Antimicrobial Peptides by proposing more complex sequence-based features that are able to capture information about local and distal patterns within a peptide.