Description Usage Arguments Value Examples
This funtion prints out the information about the call used to compute the rad signatures, and the session info for the session in which the computation was done. Useful for determining the exact conditions used to generate signatures.
1 2 | ## S4 method for signature 'RadioSig'
showSigAnnot(object)
|
object |
An object of the |
Prints the RadioGx Signatures annotations to the output stream, and returns invisible NULL.
1 2 3 4 | data(clevelandSmall)
rad.sensitivity <- radSensitivitySig(clevelandSmall, mDataType="rna",
nthread=1, features = fNames(clevelandSmall, "rna")[1])
showSigAnnot(rad.sensitivity)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.