Skip to content

Collinformatics/API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Uniprot

Use this script to pull protein sequences and their domains from https://www.uniprot.org

Inputs:

  • inEnzymeName: name your enzyme.

  • inOrganism: what organism is your protein found in?

    • If you want all variants: you have two options

      inOrganism = ''
      inOrganism = None
      
  • inGetAASequence:

    • To display the AA sequences

      inGetAASequence = True
      
    • To quickly inspect the search results

      inGetAASequence = False
      

About

Application Programming Interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages