mdb_keep_matr_with_prop: Keep in matrix only rows and columns corresponding to...

Description Usage Arguments Value Examples

Description

Keep in matrix only rows and columns corresponding to compounds possessing values of certain property

Usage

1
mdb_keep_matr_with_prop(matr, mdb, prop_to_keep)

Arguments

matr

Matrix to be changed

mdb

Molecular database

prop_to_keep

Property that should be specified in all compounds of the returned molecular database

Value

Matrix after change

Examples

1
2
3
data("alkans74")
matr <- matrix(0, nrow=74, ncol=74)
mdb_keep_matr_with_prop(matr, alkans74.mdb, "mp")

conmolfields documentation built on May 2, 2019, 4:18 p.m.