Skip to content

BigRiverJunbi.jl

Statistical Tools for Data Preprocessing (Imputation, Normalization, Transformation) and Exploratory Analysis for 'omics data in Julia

What is BigRiverJunbi.jl?

BigRiverJunbi.jl is a Julia package for 'omics data preprocessing. While it can be used as a standalone package, it was designed to be used in conjunction with the BigRiverMetabolomics.jl package.

Why the name?

"Junbi" (準備, 준비, 准备) is the word for "preparation" in Chinese, Korean, and Japanese (the pronunciation is slightly different in each of these).

Installation

You can install BigRiverJunbi using Julia's package manager Pkg:

julia
julia> using Pkg

julia> Pkg.add("BigRiverJunbi")

Or you can use the package mode in the REPL:

julia
] add BigRiverJunbi