The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

SNPkit is an R package designed for manipulation,
organization, and analysis of genotypic data, with a strong focus on
integration with tools such as FImpute and
PLINK.
It provides robust S4-based data structures for storing genotypes and marker maps, along with functions to combine different genotype panels, summarize data, and prepare files for imputation and selection pipelines.
To install directly from GitHub, use the devtools
package:
# Install devtools if not already installed
install.packages("devtools")
# Install SNPkit from GitHub
devtools::install_github("viniciusjunqueira/SNPkit")The full package website with detailed function reference and vignettes is available at:
Key pages:
SNPkit is licensed under the GPL-3 license.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.