File: get.isotope.pattern.similarity.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 (28 lines) | stat: -rwxr-xr-x 798 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/formula.R
\name{get.isotope.pattern.similarity}
\alias{get.isotope.pattern.similarity}
\title{Construct an isotope pattern similarity calculator.}
\usage{
get.isotope.pattern.similarity(tol = NULL)
}
\arguments{
\item{tol}{The tolerance}
}
\value{
A \code{jobjRef} corresponding to an instance of \code{IsotopePatternSimilarity}
}
\description{
A method that returns an instance of the CDK \code{IsotopePatternSimilarity}
class which can be used to compute similarity scores between pairs of
isotope abundance patterns.
}
\references{
\url{http://cdk.github.io/cdk/1.5/docs/api/org/openscience/cdk/formula/IsotopePatternSimilarity.html}
}
\seealso{
\code{\link{compare.isotope.pattern}}
}
\author{
Miguel Rojas Cherto
}