# NOT RUN {
data("structure")
data("alignment")
#creating library uniprot - PDB
uniprot="P34914"
tunnel=create_structure_seq(structure,uniprot,alignment)
indices=get_structures_idx(structure)
protein_index = indices$proteinIndices
structure_index = indices$structureIndices
# }
# NOT RUN {
entropy_scores_list=list(Schneider_entropy = schneider_conservativity(alignment),
Escore_entropy = Escore_conservativity(alignment))
structure_entropy=get_structures_entropy(structure_index, entropy_scores_list)
# }
Run the code above in your browser using DataLab