test_lipinski_rule {LipinskiFilters} | R Documentation |
Test Lipinski's Rule of Five
Description
This function tests Lipinski's Rule of Five based on calculated molecular properties.
Usage
test_lipinski_rule(properties_df)
Arguments
properties_df |
Data frame with molecular properties. |
Value
A vector indicating whether each molecule passes or fails Lipinski's Rule of Five.
[Package LipinskiFilters version 1.0.1 Index]