Takes in GZIP file from PFAM or PDB and decompresses it to an .ann or specified file extension.
Takes in PFAM family ID and acquires the gzipped flat file filled with seed or full sequence allignments.
Extracts a PDB file from another that has only information for a single chain.
Extracts the Amino Acid sequences for a protein structure defined by a PDB file and returns as a dictionary.
Takes in an accession ID and returns NCBI metadata from GenBank.
Takes in a PDB code and acquires the PDB file from the PDB database, placing it in the specified destination folder.
Takes in a XML result returned from a sequence search and parses it in order to determine what the most significant results are for related families. Returns a list of the family PFAM IDs.
Takes in PFAM Stockholm file and reads it, returning a pfamFile object.
Creates FASTA file from given sequence string.