public interface SVDServiceHelper
Modifier and Type | Method and Description |
---|---|
Set<ExperimentalFactor> |
getImportantFactors(ExpressionExperiment ee,
Collection<ExperimentalFactor> experimentalFactors,
Double importanceThreshold) |
Map<ProbeLoading,DoubleVectorValueObject> |
getTopLoadedVectors(ExpressionExperiment ee,
int component,
int count) |
boolean |
hasPca(ExpressionExperiment ee) |
SVDValueObject |
retrieveSvd(ExpressionExperiment ee) |
void |
svd(Collection<ExpressionExperiment> ees) |
SVDValueObject |
svd(ExpressionExperiment ee) |
SVDValueObject |
svdFactorAnalysis(ExpressionExperiment ee)
Compare ExperimentalFactors and BioAssay.processingDates to the PCs.
|
SVDValueObject |
svdFactorAnalysis(PrincipalComponentAnalysis pca)
Compare ExperimentalFactors and BioAssay.processingDates to the PCs.
|
@Secured(value={"IS_AUTHENTICATED_ANONYMOUSLY","ACL_SECURABLE_READ"}) SVDValueObject retrieveSvd(ExpressionExperiment ee)
@Secured(value={"GROUP_USER","ACL_SECURABLE_EDIT"}) void svd(Collection<ExpressionExperiment> ees) throws SVDException
SVDException
@Secured(value={"GROUP_USER","ACL_SECURABLE_EDIT"}) SVDValueObject svd(ExpressionExperiment ee) throws SVDException
SVDException
@Secured(value={"IS_AUTHENTICATED_ANONYMOUSLY","ACL_SECURABLE_READ"}) Map<ProbeLoading,DoubleVectorValueObject> getTopLoadedVectors(ExpressionExperiment ee, int component, int count)
@Secured(value={"IS_AUTHENTICATED_ANONYMOUSLY","ACL_SECURABLE_READ"}) boolean hasPca(ExpressionExperiment ee)
@Secured(value={"IS_AUTHENTICATED_ANONYMOUSLY","ACL_SECURABLE_READ"}) Set<ExperimentalFactor> getImportantFactors(ExpressionExperiment ee, Collection<ExperimentalFactor> experimentalFactors, Double importanceThreshold)
experimentalFactors
- to considerimportanceThreshold
- threshold for pvalue of association with factor. Suggested value might be 0.01.ee
- the expression experiment@Secured(value={"IS_AUTHENTICATED_ANONYMOUSLY","ACL_SECURABLE_READ"}) SVDValueObject svdFactorAnalysis(PrincipalComponentAnalysis pca)
pca
- PCA@Secured(value={"IS_AUTHENTICATED_ANONYMOUSLY","ACL_SECURABLE_READ"}) SVDValueObject svdFactorAnalysis(ExpressionExperiment ee)
ee
- the experimentCopyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.