Description Usage Arguments Value Fields and Methods Author(s) Examples
Package: IdMappingAnalysis
Class Bootstrap
Object
~~|
~~+--
IdMapBase
~~~~~~~|
~~~~~~~+--
Bootstrap
Directly known subclasses:
public static class Bootstrap
extends IdMapBase
The Bootstrap object encapsulates a data frame containing the unique pairs in the first two columns and the correlation results, sd and bias obtained from the bootstrapping procedure in the next 3 columns During the object creation, the bootstrapping procedure is applyied to each row of the experiment set pairs from the CorrData object optionally applying the Fisher transform to the correlation data.
1 |
corrData |
CorrData object on which the correlation related bootstrapping is performed. |
Fisher |
If |
R |
The number of bootstrap replicates. Default is 200. |
verbose |
if |
... |
Not used. |
A Bootstrap object encapsulating the data.frame
with following columns:
column 1 |
the first component (primary IDs) of unique pairs. The column name corresponds to the primary key of a source ID Map |
column 2 |
the second component (secondary IDs) of unique pairs. The column name corresponds to the secondary key of a source ID Map |
'corr' column |
contains the correlation values obtained from bootstrapping |
'sd' column |
contains the correlation sd values obtained from bootstrapping |
'bias' column |
contains the correlation bias values obtained from bootstrapping |
Methods:
plot | Scatterplot of bootstrapped results: sd vs correlation . | |
Methods inherited from IdMapBase:
[, aligned, as.data.frame, dim, dimnames, getName, primaryIDs, primaryKey, secondaryKey
Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFieldModifier, getFieldModifiers, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, registerFinalizer, save
Alex Lisovich, Roger Day
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.