xPierMRSR Documentation

Function to calculate multi-trait rating score from a list of dTarget/sTarget objects

Description

xPierMRS is supposed to calculate multi-trait rating score (MRS) from a list of dTarget/sTarget objects.

Usage

xPierMRS(list_xTarget, cutoff.rank = 150, verbose = T)

Arguments

list_xTarget

a list of "dTarget"/"sTarget" objects

cutoff.rank

the rank cutoff. By default it is 150

verbose

logical to indicate whether the messages will be displayed in the screen. By default, it sets to true for display

Value

a data frame containing columns 'Target', 'MRS', 'rating' (in the form of "rating.trait_names") and 'rank' (in the form of "rank.trait_names").

Note

none

See Also

xPierCross

Examples

## Not run: 
# Load the library
library(Pi)

## End(Not run)
RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
## Not run: 
df_MRS <- xPierMRS(ls_xTarget)

## End(Not run)