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
}
|