UnsupervisedCSA.Rd
Funcition for performing unsupervised conformational signature analysis. This performs PCA on the TRE values of the RexDifferentialList and returns the PCA object and the TRE values in wide format.
UnsupervisedCSA(
RexDifferentialList,
quantity = "TRE",
states,
whichTimepoint = 600,
pca_params = list(scale = FALSE, center = TRUE)
)
A list of RexDifferential objects
The quantity to use for the analysis. Default is "TRE"
The state name to use for the analysis/ e.g. ligand used in differential analysis
The timepoint to use for the analysis. Default is 600
The parameters to use for the PCA. Default is list(scale = FALSE, center = TRUE)
A list containing the PCA object and the TRE values in wide format