Description Usage Arguments Value Author(s) See Also Examples
This is a convinience function allowing to derive a data frame from the JointUniquePairs and Corr object.
The structure of the resulting data frame is similar to the one of JointUniquePairs object, but logical
values
indicating the presence of the given match pair for a particular ID Map are replaced whith correlation values
from Corr object if the logical
value is TRUE
or by NA
's otherwise. Note, that the Corr object should
correspond to the union of all ID Maps in consideration, i.e. should represent a full group.
1 2 | ## S3 method for class 'JointUniquePairs'
getCorrDataFrame(this, corr, groups=NULL, full.group=FALSE, verbose=FALSE, ...)
|
corr |
Corr object from which the Corr object(s) retrieved for each particular DB based on which the patricular Corr object is retrieved. |
groups |
Optional |
full.group |
Determines if the resulting Corr object |
verbose |
if |
... |
Not used |
A data.frame
similar to the one encapsulated wwithin the JointUniquePairs object, but the logical
values
indicating the presence of the given match pair for a particular ID Map are replaced by correlation values
from Corr object if the logical
value is TRUE
or by NA
's otherwise.
Alex Lisovich, Roger Day
For more information see JointUniquePairs
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.