ncborcherding / Ibex

Using BCR and expression for sequence embedding
https://www.borch.dev/uploads/screpertoire/articles/ibex
MIT License
19 stars 1 forks source link

BCR prediction #5

Closed mainyanghr closed 8 months ago

mainyanghr commented 8 months ago

Dear Ibex community,

Recently, I am thinking to predict the BCR epitope for human B cells, I am wondering whether Ibex has such functions. If not, I am wondering whether other R package can do the similar things.

Thanks Harry

ncborcherding commented 8 months ago

Hey Harry,

We haven't including the statistical frameworks for epitope prediction, but you can use the outputs (latent embeddings) to make these predictions using something like the caret library in R.

I am not aware of any R-based BCR prediction methods - alternatively there are some other pipelines for prediction:

Hope that helps, Nick