showSigAnnot,PharmacoSig-method | R Documentation |
This funtion prints out the information about the call used to compute the drug signatures, and the session info for the session in which the computation was done. Useful for determining the exact conditions used to generate signatures.
## S4 method for signature 'PharmacoSig'
showSigAnnot(object)
object |
An object of the |
Prints the PharmacoGx Signatures annotations to the output stream, and returns invisible NULL.
data(GDSCsmall)
drug.sensitivity <- drugSensitivitySig(GDSCsmall, mDataType="rna",
nthread=1, features = fNames(GDSCsmall, "rna")[1])
showSigAnnot(drug.sensitivity)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.