Skip to content

kbroman/lineup2

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
R
 
 
 
 
 
 
 
 
man
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

R/lineup2

R-CMD-check CRAN_Status_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

You can install R/lineup2 from CRAN:

install.packages("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