Based on showing students at CSAMA how to use GenomicSuperSignature. Also I turned rowNorm into an unexported function - it's just z-score, and unless there's an option for users to substitute this with another row normalization function then I don't see any point in adding the complexity of exporting this. For consistency with the RAVmodels, we probably (?) don't want users doing anything other than z-score anyways.
Based on showing students at CSAMA how to use GenomicSuperSignature. Also I turned
rowNorm
into an unexported function - it's just z-score, and unless there's an option for users to substitute this with another row normalization function then I don't see any point in adding the complexity of exporting this. For consistency with the RAVmodels, we probably (?) don't want users doing anything other than z-score anyways.