Skip to content

How can I map from PDB-Residues to UniProt-Residues and vice versa? #17

Answered by NatureGeorge
NatureGeorge asked this question in Q&A
Discussion options

You must be logged in to vote

PDB2UNP

pdb_profiling --custom_db task_20210602.db insert-pdb-mutation -i pdb2unp.csv --sep ',' --usecols 'pdb_id,chain_id,Ref,Alt,author_residue_number,author_insertion_code' --auth

pdb_profiling --custom_db task_20210602.db sifts-mapping --func pipe_select_base --autotype from_PDBAuthMutation -o task_20210602_pdb2unp_SIFTS-MAPPING.tsv

pdb_profiling --custom_db task_20210602.db residue-mapping -i task_20210602_pdb2unp_SIFTS-MAPPING.tsv

pdb_profiling --custom_db task_20210602.db export-pdb-mutation-mapping --auth -o task_20210602_pdb2unp_RESIDUE-MAPPING.tsv
click to get final result
UniProt	pdb_id	entity_id	struct_asym_id	chain_id	Ref	Alt	author_residue_number	author_insertion_code	ob…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@NatureGeorge
Comment options

NatureGeorge Jun 24, 2021
Maintainer Author

Answer selected by NatureGeorge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant