Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/privefl/bigutilsr

R package with utility functions for large-scale data
https://github.com/privefl/bigutilsr

Last synced: 3 months ago
JSON representation

R package with utility functions for large-scale data

Awesome Lists containing this project

README

        

[![R-CMD-check](https://github.com/privefl/bigutilsr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/privefl/bigutilsr/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/privefl/bigutilsr/branch/master/graph/badge.svg)](https://app.codecov.io/gh/privefl/bigutilsr?branch=master)
[![CRAN status](https://www.r-pkg.org/badges/version/bigutilsr)](https://cran.r-project.org/package=bigutilsr)

# bigutilsr

R package with utility functions for large-scale data.

For now, package {bigutilsr} mainly includes functions for outlier detection and unbiased PCA projection.

See [this blog post on detecting outlier samples in PCA using functions from {bigutilsr}](https://privefl.github.io/blog/detecting-outlier-samples-in-pca/).

## Installation

```r
# from CRAN
install.packages("bigutilsr")

# latest version from GitHub
remotes::install_github("privefl/bigutilsr")
```