Learn R Programming

SCORER2 (version 0.99.0)

pssm: Profile scoring matrix derived from the original SCORER 2.0 training set.

Description

This data set includes the Profile scoring matrix derived from the training set compiled from the CC+ coiled-coil database. It is used as the default PSSM used by SCORER 2.0 when predicting the oligomeric state of coiled-coil sequences. More details on the training set can be found in the reference below.

Usage

data(pssm)

Arguments

Format

A multi-dimensional array with 7 element, each of dimension 2x21.

Source

DOI: 10.1093/bioinformatics/btr299.

References

Craig T. Armstrong, Thomas L. Vincent, Peter J. Green and Dek N. Woolfson. (2011) SCORER 2.0: an algortihm for distinguishing parallel dimeric and trimeric coiled-coil sequences. Bioinformatics. DOI: 10.1093/bioinformatics/btr299

Examples

Run this code
	data(pssm)
	print(pssm)

Run the code above in your browser using DataLab