You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to extract the protein feature/domain information, such as domain position and domain name, from https://www.ncbi.nlm.nih.gov/gene/5925, see below image as well, would you advice me how to extract such information?
Thank you so much,
Wei
NCI/NIH
The text was updated successfully, but these errors were encountered:
I tried
entrez_fetch(db="protein", id = "NP_000312", rettype="genpept")
It could not locate the information I want.
your advice will be really appreciated.
J. Allen Baron ***@***.***> 于2022年7月14日周四 15:43写道:
In my experience, E-utilities doesn't generally use the NM/NP identifiers. You might try using entrez_link() to access the gene database with your identifier (which appears to be 5925) and request the links to the protein database to get the protein ID you're interested in. Then use that ID in your entrez_fetch() command.
I tried to extract the protein feature/domain information, such as domain position and domain name, from https://www.ncbi.nlm.nih.gov/gene/5925, see below image as well, would you advice me how to extract such information?
Thank you so much,
Wei
NCI/NIH
The text was updated successfully, but these errors were encountered: