Learn R Programming

SHrinkage covariance Incorporating Prior knowledge

The SHIP package implements the shrinkage estimator of a covariance matrix given any covariance target, such as described by Schaefer and Strimmer in 2005. In addition, it proposes several targets based on biological knowledge extracted from the public database KEGG.

To use the shrinkage estimator, one should just have at hand a data set in the form of a $n \times p$ matrix, and a covariance target.

If one wishes to use the proposed targets, the data set should be compatible with KEGG, i.e. it should be possible to extract for each gene the pathways it belongs to. This information, for example, can be found in libraries such as hgu133plus2.db.

Installation

Use the following command to install the CRANN version of ‘SHIP’:

install.packages("SHIP")

Alternatively, you can install the development version of SHIP from GitHub with:

# install.packages("devtools") # If necessary
devtools::install_github("vguillemot/SHIP")

Copy Link

Version

Install

install.packages('SHIP')

Monthly Downloads

150

Version

2.0.3

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Vincent Guillemot

Last Published

March 22nd, 2025

Functions in SHIP (2.0.3)

expl

Small example extracted from a microarray data set.
targetGstar

Computation of the target Gstar.
targetGpos

Computation of the target Gpos.
SHIP-package

SHrinkage covariance Incorporating Prior knowledge
check.path

Check if two genes belong to any common KEGG pathway.
targetD

Computation of the diagonal target D ('diagonal, unequal variances').
shrink.estim

Shrinkage estimator of the covariance matrix, given a data set and a covariance target.
targetCor

Computation of the target Cor.
target.help

Transform a list of Pathway IDs into a binary matrix.
build.target

Creates a covariance target, optionally by using prior information (e.g. from KEGG pathways).
targetG

Computation of target G ('knowledge-based constant correlation model').
targetF

Computation of target F ('constant correlation model').