scores {gespeR}R Documentation

scores

Description

Return a named vector of phenotype scores

Usage

## S4 method for signature 'Phenotypes'
scores(object)

## S4 method for signature 'gespeR'
scores(object, type = c("GSP", "SSP"))

Arguments

object

A gespeR or Phenotypes object

type

The type of phenotype scores (GSP, SSP)

Value

A named vector of scores for each phenotype identifier

Author(s)

Fabian Schmich

See Also

gespeR

Phenotypes

Examples

data(stabilityfits)
scores(stabilityfits$A)

[Package gespeR version 1.24.0 Index]