Description Usage Arguments Value
This function transforms all distances
items of the sc3min
slot of
the metadata(object)
using either principal component analysis (PCA)
or by calculating the eigenvectors of the associated graph Laplacian.
The columns of the resulting matrices are then sorted in descending order
by their corresponding eigenvalues. The first d
columns
(where d = max(metadata(object)$sc3min$n_dim)
) of each transformation are then
written to the transformations
item of the sc3min
slot.
Additionally, this function also removes the previously calculated distances
from
the sc3min
slot, as they are not needed for further analysis.
1 2 3 4 | sc3min_calc_transfs.SingleCellExperiment(object)
## S4 method for signature 'SingleCellExperiment'
sc3min_calc_transfs(object)
|
object |
an object of |
an object of SingleCellExperiment
class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.