Skip to content

kbroman/lineup2

Repository files navigation

R-CMD-check CRAN_Status_Badge r-universe badge zenodo DOI

Karl W Broman


R/lineup2 is an R package with tools for detecting and correcting sample mix-ups between two sets of measurements, such as between gene expression data on two tissues. It's a revised version of lineup, to be more general and not so closely tied to the R/qtl package.

Installation

Install the R/lineup2 package from CRAN:

install.packages("lineup2")

Alternatively, install it from R universe:

install.packages("lineup2", repos=c("https://kbroman.r-universe.dev",
                                    "https://cloud.r-project.org"))

Or use remotes to install it from its GitHub source:

install.packages("remotes")
remotes::install_github("kbroman/lineup2")

Vignette

A vignette describing the use of the package is available on the web. Or view it from within R by loading the package and then using the vignette() function.

library(lineup2)
vignette("lineup2", package="lineup2")

License

This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 3, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details.

A copy of the GNU General Public License, version 3, is available at https://www.r-project.org/Licenses/GPL-3

About

R package to detect sample mix-ups between two sets of measurements

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors