What is deepchain-apps?

Tip

deepchain-apps package is a component of the deepchain.bio software. Please take 5 minutes to create an account or take a look at the deepchain-apps public hub

DeepChain apps is a collaborative framework that allows the user to create scorers to evaluate protein sequences. The apps can be deployed on the deepchain plateform. These scorers can be either classifier, predictor, or whatever functions that take a protein sequence in input and return a scalar.

The deepchain-apps package is hosting in pypi. The deep-chain-apps template to build an app can be found on github.

DeepChainBio repository

The Github DeepChainBio is hosting 3 python packages to help to build apps.

  • bio-transformers: This package is a wrapper on top of the state of the art protein design models.

  • bio-datasets allows downloading protein sequences datasets and pre-computed embeddings.

  • deep-chain-apps provide an Apps template.