Description Usage Arguments Value Author(s) See Also Examples
Creates Bootstrap object from JointUniquePairs object and two experiment sets optionally subsetting on a list of ID Maps from the JointUniquePairs object
1 2 | ## S3 method for class 'JointUniquePairs'
getBootstrap(this, expSet1, expSet2, groups=NULL, Fisher=FALSE, R=200, verbose=FALSE, ...)
|
expSet1 |
First ExperimentSet object with primary IDs corresponding (partially intersecting) with primaryIDs of the given JointUniquePairs object. |
expSet2 |
Second ExperimentSet object with primary IDs corresponding (partially intersecting) with secondaryIDs of the given JointUniquePairs object. |
groups |
If not |
Fisher |
If |
R |
The number of bootstrap replicates. Default is 200. |
verbose |
If |
... |
Not used |
the Bootstrap object
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.