Description Usage Arguments Details Value Author(s)
Gets NetAffx Biological Annotations saved in the annotation package (Exon and Gene ST Affymetrix arrays).
1 | getNetAffx(object, type = "probeset")
|
object |
'ExpressionSet' object (eg., result of rma()) |
type |
Either 'probeset' or 'transcript', depending on what type of summaries were obtained. |
This retrieves NetAffx annotation saved in the (pd) annotation package - annotation(object). It is only available for Exon ST and Gene ST arrays.
The 'type' argument should match the summarization target used to generate 'object'. The 'rma' method allows for two targets: 'probeset' (target='probeset') and 'transcript' (target='core', target='full', target='extended').
'AnnotatedDataFrame' that can be used as featureData(object)
Benilton Carvalho
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.