-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
from rcsbapi.search import search_attributes as attrs
# Use a full name to get details for a specific attribute
print(attrs.get_attribute_details("rcsb_entity_source_organism.scientific_name"))
# Use a partial name to get the details of all attributes associated with that name
# Below code gets details for ".common_name", ".source_type", etc in addition to ".scientific_name"
print(attrs.get_attribute_details("rcsb_entity_source_organism"))
from here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels