spectra_matrix | R Documentation |
spectra_matrix
contains one selected putative
annotation of x_test
. Missing annotations are filled with ‘NA'’s.
It will be used as an example annotation in the vignette to show the
functionality of the package.
matrix
matrix
Liesa Salzer, liesa.salzer@helmholtz-muenchen.de
library(MsCoreUtils) library(Spectra)
f <- system.file("spectra_matrix/ms2_test.RDS", package = "MetNet") sps_sub <- readRDS(f)
adj_spec <- Spectra::compareSpectra(sps_sub, FUN = ndotproduct) colnames(adj_spec) <- sps_sub$id rownames(adj_spec) <- sps_sub$id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.