File: compare.isotope.pattern.Rd

package info (click to toggle)
r-cran-rcdk 3.8.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 888 kB
  • sloc: makefile: 14; sh: 13
file content (30 lines) | stat: -rwxr-xr-x 1,019 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/formula.R
\name{compare.isotope.pattern}
\alias{compare.isotope.pattern}
\title{Compare isotope patterns.}
\usage{
compare.isotope.pattern(iso1, iso2, ips = NULL)
}
\arguments{
\item{iso1}{The first isotope pattern, which should be a \code{jobjRef} corresponding to the \code{IsotopePattern} class}

\item{iso2}{The second isotope pattern, which should be a \code{jobjRef} corresponding to the \code{IsotopePattern} class}

\item{ips}{An instance of the \code{IsotopePatternSimilarity} class. if \code{NULL} one will be constructed automatically}
}
\value{
A numeric value between 0 and 1 indicating the similarity between the two patterns
}
\description{
Computes a similarity score between two different isotope abundance patterns.
}
\references{
\url{http://cdk.github.io/cdk/2.3/docs/api/org/openscience/cdk/formula/IsotopePatternSimilarity.html}
}
\seealso{
\code{\link{get.isotope.pattern.similarity}}
}
\author{
Miguel Rojas Cherto
}