Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kevinmneal/radiator

 
 

Repository files navigation

lifecycle Travis-CI Build Status Project Status: Active – The project has reached a stable, usable state and is being actively developed. DOI packageversion Last-changedate

radiator: an R package for RADseq Data Exploration, Manipulation and Visualization

Most genomic analysis look for patterns and trends with various statistics. Bias, noise and outliers can have bounded influence on estimators and interfere with polymorphism discovery. Avoid bad data exploration and control the impact of filters on your downstream genetic analysis. Use radiator to: import, explore, manipulate, visualize, filter, impute and export your GBS/RADseq data.

radiator is designed and optimized for fast computations using Genomic Data Structure GDS file format and data science packages in tidyverse. radiator handles VCF files with millions of SNPs and files of several GB.

Installation

To try out the dev version of radiator, copy/paste the code below:

if (!require("devtools")) install.packages("devtools")
devtools::install_github("thierrygosselin/radiator")
library(radiator)

Web site with additional info: https://thierrygosselin.github.io/radiator/

radiator is maturing, but in order to make the package better, changes are inevitable. Experimental functions will change, argument names will change. Your codes and workflows might break from time to time until radiator is stable. Consequently, depending on your tolerance to change, radiator might not be for you.

About

RADseq Data Exploration, Manipulation and Visualization using R

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%