Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

step1_pdb_process #13

Closed
liuzhelz opened this issue Jan 5, 2022 · 0 comments
Closed

step1_pdb_process #13

liuzhelz opened this issue Jan 5, 2022 · 0 comments

Comments

@liuzhelz
Copy link

liuzhelz commented Jan 5, 2022

Anyone can help with the step1_pdb_process.py -> step 2. Get fasta sequence of the predicted interacting chains

df_predict_det1 =df_predict_det1.drop(['PDB_id_x','chain_x','PDB_id_y','chain_y'],axis =1)

  1. What are the 'PDB_id_x', 'chain_x'?

df_predict_det1.columns = ['pdb_id','pep_chain','predicted_chain','pep_seq','prot_seq']
2. I think that 'pep_seq' comes from 'PDB_seq' of pdbid_all_fasta, but how to get 'prot_seq'?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant