Typical usage of VISION involes providing a location to a ".gmt" signature file from which VISION automatically creates Signature objects. However, using the createGeneSignature method, users may programmatically define signatures from within R.
createGeneSignature(name, sigData, metadata = "")
the name of the signature
a named vector where the names correspond to genes in the data and the values are either `1.0` for up-regulated (or positive) genes, and `-1.0` for down-regulated (negtive) genes. For an unsigned signature use 1.0 for all values.
metadata that is relevent to the signature. [Default:NULL]
a Signature object