All Projects → thierrygosselin → Radiator

thierrygosselin / Radiator

Licence: gpl-3.0
RADseq Data Exploration, Manipulation and Visualization using R

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Radiator

Fsharp Data Processing Pipeline
Provides an extensible solution for creating Data Processing Pipelines in F#.
Stars: ✭ 13 (-67.5%)
Mutual labels:  filter
Minimap2
A versatile pairwise aligner for genomic and spliced nucleotide sequences
Stars: ✭ 912 (+2180%)
Mutual labels:  genomics
Bwa
Burrow-Wheeler Aligner for short-read alignment (see minimap2 for long-read alignment)
Stars: ✭ 970 (+2325%)
Mutual labels:  genomics
Fsvideoview
An easy video playback view for iOS
Stars: ✭ 14 (-65%)
Mutual labels:  filter
Pornlist
Ad-blocking porn websites filter list for Adblock Plus and uBlock Origin.
Stars: ✭ 21 (-47.5%)
Mutual labels:  filter
Got Reload
Reload Go code in a running process at function/method level granularity, using Yaegi
Stars: ✭ 29 (-27.5%)
Mutual labels:  filter
Disposable Email Domains
a list of disposable and temporary email address domains
Stars: ✭ 873 (+2082.5%)
Mutual labels:  filter
Lara Eye
Filter your Query\Builder using a structured query language
Stars: ✭ 39 (-2.5%)
Mutual labels:  filter
Jekyll Liquify
A Jekyll filter that parses Liquid from front matter
Stars: ✭ 21 (-47.5%)
Mutual labels:  filter
Fastp
An ultra-fast all-in-one FASTQ preprocessor (QC/adapters/trimming/filtering/splitting/merging...)
Stars: ✭ 966 (+2315%)
Mutual labels:  filter
Ng2 Flex Table
Angular 4 Table - Beautiful Table especially made for non-relational databases. With inline editing, column search & filter and fixed headers.
Stars: ✭ 15 (-62.5%)
Mutual labels:  filter
Awesome Sequencing Tech Papers
A collection of publications on comparison of high-throughput sequencing technologies.
Stars: ✭ 21 (-47.5%)
Mutual labels:  genomics
Jsonpath Rs
JSONPath for Rust
Stars: ✭ 31 (-22.5%)
Mutual labels:  filter
Sixess
🔬🐛 Rapid 16s rRNA identification from isolate FASTQ files
Stars: ✭ 14 (-65%)
Mutual labels:  genomics
List Kr
AdGuard를 위한 한국어 웹 사이트 필터 리스트입니다.
Stars: ✭ 33 (-17.5%)
Mutual labels:  filter
Django Suit Daterange Filter
Filter for django-admin allowing lookups by date range
Stars: ✭ 13 (-67.5%)
Mutual labels:  filter
Citadelcore
Cross platform filtering HTTP/S proxy based on .NET Standard 2.0.
Stars: ✭ 28 (-30%)
Mutual labels:  filter
Awesome Biological Visualizations
A list of web-based interactive biological data visualizations.
Stars: ✭ 40 (+0%)
Mutual labels:  genomics
Snapchat Filter
3 facial filters on a webcam feed using OpenCV & ML - face swap, glasses and moustache
Stars: ✭ 35 (-12.5%)
Mutual labels:  filter
Rezip
Git clean filter to output uncompressed zip files for better packing
Stars: ✭ 31 (-22.5%)
Mutual labels:  filter

lifecycle Project Status: Active – The project has reached a stable, usable state and is being actively developed. minimal R version packageversion Last-changedate R-CMD-check DOI

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 of diploid data 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)

Note

Some Windows OS and Linux OS recently experienced some problems during installations, linked to CRAN & Bioconductor tango problems:

  • If you’re experiencing problems with radiator installation see troubleshooting section and try the lines below.

  • Verify that installing radiator also installed the Bioconductor packages: gdsfmt and SeqArray with version >= 1.28.1.

devtools::package_info(pkgs = "SeqArray") # to verify version

# If manually installing SeqArray is necessary
BiocManager::install("SeqArray")

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

Life cycle

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. Avoid using radiator if you suffer from the Semmelweis reflex. Philosophy, major changes and deprecated functions/arguments are documented in life cycle section of functions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].