showSigAnnot {ToxicoGx} | 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.
showSigAnnot(Sigs)
Sigs |
An object of the |
Prints the ToxicoGx Signatures annotations to the output stream, and returns invisible NULL.
data(TGGATESsmall) drug.perturbation <- drugPerturbationSig(TGGATESsmall, mDataType="rna", nthread=1, duration = "2", drugs = head(drugNames(TGGATESsmall)), features = fNames(TGGATESsmall, "rna")[seq_len(2)]) showSigAnnot(drug.perturbation)