generated from shbrief/ProjectAsPackage
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
The validate function and the function it calls .loadingCor use the first assay in a SummarizedExperiment to perform PCA. However, many users and standard single-cell workflows perform some kind of normalization (such as log-transformation) as a subsequent assay to the SummarizedExperiment (see for example https://bioconductor.org/books/release/OSCA.basic/normalization.html#normalization-transformation) and use normalized expression data for PCA. A few documentation + feature requests that came up:
- document in the
validatefunction which assay of a SummarizedExperiment is used - document what kind of normalization was used in training the RAVmodel, and what is recommended for user data
- document how PCA is done internally (it is different depending on input data type)
- provide an argument to
validatethat allows the user to specify which assay to use for PCA - provide an argument to
validateallowing the user specify the number of PCs from their dataset to compare against the RAVmodel (is 8 too small as a default?)
Metadata
Metadata
Assignees
Labels
No labels