deepchain-apps icon indicating copy to clipboard operation
deepchain-apps copied to clipboard

Add more score output types

Open KevinEloff opened this issue 3 years ago • 0 comments

Currently the scoring only allows type float per score name:

Score = Dict[str, float]
ScoreList = List[Score]

It may be worth extending to different input types such as a list of floats per score name. For example, this would allow the app to return a distribution of probabilities over he entire protein sequence. Another possibility is returning scores as a string, to allow for the app to return a list of predicted proteins, etc.

KevinEloff avatar May 07 '21 13:05 KevinEloff