Other packages > Find by keyword >

SNPfiltR  

Interactively Filter SNP Datasets
View on CRAN: Click here


Download and install SNPfiltR package within the R console
Install from CRAN:
install.packages("SNPfiltR")

Install from Github:
library("remotes")
install_github("cran/SNPfiltR")

Install by package version:
library("remotes")
install_version("SNPfiltR", "1.0.1")



Attach the package and use:
library("SNPfiltR")
Maintained by
Devon DeRaad
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-10-28
Latest Update: 2023-03-17
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' (Knaus and Grünwald) (<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.
How to cite:
Devon DeRaad (2021). SNPfiltR: Interactively Filter SNP Datasets. R package version 1.0.1, https://cran.r-project.org/web/packages/SNPfiltR. Accessed 12 Mar. 2025.
Previous versions and publish date:
0.1.0 (2021-10-28 20:50), 0.1.1 (2022-01-25 13:02), 1.0.0 (2022-04-16 02:32), 1.0.1 (2023-03-17 17:40)
Other packages that cited SNPfiltR R package
View SNPfiltR citation profile
Other R packages that SNPfiltR depends, imports, suggests or enhances
Complete documentation for SNPfiltR
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

incgraph  
Incremental Graphlet Counting for Network Optimisation
An efficient and incremental approach for calculating the differences in orbit counts when performi ...
Download / Learn more Package Citations See dependency  
ContourFunctions  
Create Contour Plots from Data or a Function
Provides functions for making contour plots. The contour plot can be created from grid data, a func ...
Download / Learn more Package Citations See dependency  
pomcheckr  
Graphical Check for Proportional Odds Assumption
Implements the method described at the UCLA Statistical Consulting site ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
delaunay  
2d, 2.5d, and 3d Delaunay Tessellations
Construction and visualization of 2d Delaunay triangulations, possibly constrained, 2.5d (i.e. elev ...
Download / Learn more Package Citations See dependency  
HMMmlselect  
Determine the Number of States in Hidden Markov Models via Marginal Likelihood
Provide functions to make estimate the number of states for a hidden Markov model (HMM) using margi ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA