Description Usage Arguments Details Value
These functions provide a variety of data setters and getter for the Pamchip objects.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | pheno_data(chipdata, ...)
## S4 method for signature ''PamchipData-STK''
pheno_data(chipdata)
exp_data(chipdata, ...)
## S4 method for signature ''PamchipData-STK''
exp_data(chipdata)
classes(chipdata, ...)
## S4 method for signature ''PamchipData-STK''
classes(chipdata)
peptides(chipdata, ...)
## S4 method for signature ''PamchipData-STK''
peptides(chipdata)
|
chipdata |
an object of class PamchipData-STK or PamchipData-PTK |
... |
Currently unused |
These functions allow you to get and set the slots of the object.
processed_data accesses the processed and transformed data
pheno_data gives the sample characteristics
exp_data access the actual intensity values
classes gives the unique classes in the chip
peptides gives the reference list of peptides on the chip
The requested object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.