Skip to content

ersilia-os/eos4f95

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inhibition of Eumycetoma from MycetOS

This model predicts the growth of the fungus M. mycetomatis, causal agent of Mycetoma, in presence of small drugs. It has been developed using the data from MycetOS, an opemn source initiative aiming at finding new patent-free drugs. The model has been trained using the LazyQSAR package (MorganBinaryClassifier) from Ersilia.

This model was incorporated on 2023-09-27.

Information

Identifiers

  • Ersilia Identifier: eos4f95
  • Slug: mycetos

Domain

  • Task: Annotation
  • Subtask: Activity prediction
  • Biomedical Area: Mycetoma
  • Target Organism: Madurella mycetomatis
  • Tags: Mycetoma, Antifungal activity

Input

  • Input: Compound
  • Input Dimension: 1

Output

  • Output Dimension: 1
  • Output Consistency: Fixed
  • Interpretation: Probability of inhibition of M. mycetomatis (growth assay, cut-off at 20% growth)

Below are the Output Columns of the model:

Name Type Direction Description
mycetoma_inhibition float high Probability score of inhibiting the fungus Madurella mycetomatis at 20% growth

Source and Deployment

Resource Consumption

  • Model Size (Mb): 1
  • Environment Size (Mb): 8674

References

License

This package is licensed under a GPL-3.0 license. The model contained within this package is licensed under a GPL-3.0-or-later license.

Notice: Ersilia grants access to models as is, directly from the original authors, please refer to the original code repository and/or publication if you use the model in your research.

Use

To use this model locally, you need to have the Ersilia CLI installed. The model can be fetched using the following command:

# fetch model from the Ersilia Model Hub
ersilia fetch eos4f95

Then, you can serve, run and close the model as follows:

# serve the model
ersilia serve eos4f95
# generate an example file
ersilia example -n 3 -f my_input.csv
# run the model
ersilia run -i my_input.csv -o my_output.csv
# close the model
ersilia close

About Ersilia

The Ersilia Open Source Initiative is a tech non-profit organization fueling sustainable research in the Global South. Please cite the Ersilia Model Hub if you've found this model to be useful. Always let us know if you experience any issues while trying to run it. If you want to contribute to our mission, consider donating to Ersilia!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6