Skip to content

ersilia-os/eos8lok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inhibition of Hepatits B virus

The model uses Word2Vec, a natural language processing technique to represent SMILES strings. The model was trained on over <4000 small molecules with associated experimental HBV inhibition data (IC50) to classify compounds as HBV inhibitors (IC50 <= 1 uM) or non-inhibitors. Data was gathered from the public repository ChEMBL.

This model was incorporated on 2023-03-24.

Information

Identifiers

  • Ersilia Identifier: eos8lok
  • Slug: s2dv-hbv

Domain

  • Task: Annotation
  • Subtask: Activity prediction
  • Biomedical Area: Hepatitis B
  • Target Organism: Hepatitis B virus
  • Tags: Antiviral activity, IC50, HBV, ChEMBL

Input

  • Input: Compound
  • Input Dimension: 1

Output

  • Output Dimension: 1
  • Output Consistency: Fixed
  • Interpretation: Probability of inhibition of HBV (IC50 < 1uM)

Below are the Output Columns of the model:

Name Type Direction Description
hbv_prob float high Probability that a compound inhibits the Hepatitis B virus

Source and Deployment

Resource Consumption

References

License

This package is licensed under a GPL-3.0 license. The model contained within this package is licensed under a Apache-2.0 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 eos8lok

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

# serve the model
ersilia serve eos8lok
# 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 3

  •  
  •  
  •