Description Usage Arguments Details Author(s) Examples
An interface to set or retrieve information about the annotation of a beadLevelData
or ExpressionSetIllumina
object.
1 | suggestAnnotation(data,verbose=FALSE)
|
data |
An object of class |
.
verbose |
If TRUE, report overlaps with known platforms |
A character string is used to specify the annotation with the currently supported values being; Humanv4, Humanv3, Humanv2, Humanv1, Mousev2, Mousev1, Mousev1p1 and Ratv1. This string is used within beadarray to retrieve control probe IDs within particular QC functions.
The suggestAnnotation
function tries to determine a suitable value of the annotation based on the probe IDs and compiled list of IDs from all expression platforms. This is based on the percentage of IDs on the array that overlap with IDs from known platforms. The platform with highest overlap is chosen.
Mark Dunning
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.