Learn R Programming

ChemmineR (version 2.24.2)

exactMassOB: Exact Mass (Monoisotopic Mass)

Description

Computes the exact mass of each compound given.

Usage

exactMassOB(sdfset)

Arguments

sdfset
Any SDFset object.

Value

A vector of mass values.

Examples

Run this code
	library(ChemmineR)
	data(sdfsample)
	mass = exactMassOB(sdfsample)

Run the code above in your browser using DataLab