xPierMRS | R Documentation |
xPierMRS
is supposed to calculate multi-trait rating score (MRS)
from a list of dTarget/sTarget objects.
xPierMRS(list_xTarget, cutoff.rank = 150, verbose = T)
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 |
a data frame containing columns 'Target', 'MRS', 'rating' (in the form of "rating.trait_names") and 'rank' (in the form of "rank.trait_names").
none
xPierCross
## 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)