alphafold
alphafold copied to clipboard
Extracting single representation from predictions
I would like to extract single representation from AlphaFold prediction. I tried to use masked_msa (not sure if it the correct field) from result_model_1.pkl . I think what I should get is something like number of residues x 384 from reading the paper. I got a totally different dimensions.
Hi, you can use this repo, developed by me, to produce single representations : )
I have the same qeustion. Can we extract features without using the MSA block?