qfeat_homol | R Documentation |
The function qfeat_homol
uses the input from QFeatures
and uses dynamic
programming algorithms from homol.search
from the nontarget
package
(https://cran.r-project.org/web/packages/nontarget/index.html) for
unsupervides detection of homologue series in LC-(HR)MS data.
qfeat_homol(x, assay_name = "features", plot = FALSE, ...)
x |
|
assay_name |
|
... |
Insert here parameter from |
qfeat_structural
extracts required information from a QFeatures
input
and builds list
containing results from homol.search
function of
nontarget
package.
@seealso nontarget
, homol.search
https://cran.r-project.org/web/packages/nontarget/index.html
@return
data.frame
edgelist of homologues series with columns "cluster_ID",
"cluster_ID_to", "HSIDs", "mzincrement", "RTincrement".
Liesa Salzer, liesa.salzer@helmholtz-muenchen.de
####### To be added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.