sheynkman-lab / biosurfer

"Surf" the biological network, from genome to transcriptome to proteome and back to gain insights into human disease biology.
MIT License
0 stars 0 forks source link

Behavior of linking Nucleotides to Residues is possibly counterintuitive #92

Open jsaquing opened 3 years ago

jsaquing commented 3 years ago

Currently, nucleotide-residue linking happens when the residues property of Protein is accessed for the first time. However, this may lead to confusion when trying to query the coding status of a Nucleotide object before accessing Protein.residues, since the Nucleotide will have no associated Residue by default.

Possible solution(s):