compareScores {PROsetta}R Documentation

Compare two sets of scores

Description

compareScores is a helper function to compare two sets of scores.

Usage

compareScores(left, right, type = c("corr", "mean", "sd", "rmsd", "mad"))

Arguments

left

scores on the left side of comparison.

right

scores on the right side of comparison. This is subtracted from 'left'.

type

type of comparisons to include. Accepts 'corr', "mean', 'sd', 'rmsd'. Defaults to all four.

Value

compareScores returns a data.frame containing the comparison results.


[Package PROsetta version 0.3.5 Index]