Description Usage Arguments Value Author(s) See Also Examples
Similar to fData of the Biobase ExpressionSet, this function returns the feature data of the amplicon slot of an instance of the 
AVASet.
| 1 |     fDataAmp(object) 
 | 
| object | An  | 
The feature data of the amplicon slot contains the names, primers, start/end positions and reference sequences of all 
amplicons (seeAVASet-class for details). It returns a data frame.
Christoph Bartenhagen
featureDataAmp, assayDataAmp,AVASet-class
| 1 2 3 4 5 6 |     # load an AVA dataset containing 6 samples, 4 amplicons and 259 variants
    data(avaSetExample)
    avaSetExample
    # show contents amplicon feature data
    fDataAmp(avaSetExample)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.