Module: OpenTox::Algorithm::Substructure
- Includes:
- OpenTox::Algorithm
- Defined in:
- lib/algorithm.rb
Instance Attribute Summary
Attributes included from OpenTox
Class Method Summary collapse
-
.match(compound, features) ⇒ Array
Substructure matching.
Methods included from OpenTox::Algorithm
gauss, median, #run, #to_rdfxml
Methods included from OpenTox
#add_metadata, all, #delete, #initialize, #load_metadata, login, text_to_html, #to_rdfxml
Class Method Details
.match(compound, features) ⇒ Array
Substructure matching
235 236 237 |
# File 'lib/algorithm.rb', line 235 def self.match(compound,features) compound.match(features) end |