Skip to content

SNPfiltR

Interactively Filter SNP Datasets

v1.0.7 · Sep 3, 2025 · MIT + file LICENSE

Description

Is designed to interactively and reproducibly visualize and filter SNP (single-nucleotide polymorphism) datasets. This R-based implementation of SNP and genotype filters facilitates an interactive and iterative SNP filtering pipeline, which can be documented reproducibly via 'rmarkdown'. 'SNPfiltR' contains functions for visualizing various quality and missing data metrics for a SNP dataset, and then filtering the dataset based on user specified cutoffs. All functions take 'vcfR' objects as input, which can easily be generated by reading standard vcf (variant call format) files into R using the R package 'vcfR' authored by Knaus and Grünwald (2017) <doi:10.1111/1755-0998.12549>. Each 'SNPfiltR' function can return a newly filtered 'vcfR' object, which can then be written to a local directory in standard vcf format using the 'vcfR' package, for downstream population genetic and phylogenetic analyses.

Downloads

708

Last 30 days

5209th

2K

Last 90 days

10.4K

Last year

Trend: +1.7% (30d vs prior 30d)

CRAN Check Status

14 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Dependency Network

Dependencies Reverse dependencies vcfR ggplot2 Rtsne cluster adegenet gridExtra ggridges SNPfiltR

Version History

new 1.0.7 Mar 10, 2026
updated 1.0.7 ← 1.0.1 diff Sep 3, 2025
updated 1.0.1 ← 1.0.0 diff Mar 16, 2023
updated 1.0.0 ← 0.1.1 diff Apr 15, 2022
updated 0.1.1 ← 0.1.0 diff Jan 24, 2022
new 0.1.0 Oct 27, 2021