-
File ".../miniconda3/envs/etfl/lib/python3.7/site-packages/Bio/SeqUtils/__init__.py", line 402, in molecular_weight
"seq_type=%r contradicts %s from seq alphabet" % (seq_type, tmp_type)
ValueErr…
-
can't do it. I have some good data that would certainly benefit from calibration.
-
Hi, could you make your trained model available for inference?
Thanks
-
Hi Mike,
sorry for bothering again. How do I manage to import results from disulfide crosslinking analysis? Here pLink generates 2 different *.plink files e.g.:
pLink_task_2020.12.09.16.56.21_disul…
-
Issue added by @vanoprenko request
**Background**
If we add monomer on the canvas - we can't connect them without switching from "Adding monomer" mode to "Single bond" mode
**Solution**
It is …
-
rescue of stalled ribosome (GO:0072344)
Definition
A process of translational elongation that takes place when a ribosome has stalled during translation, and results in freeing the ribosome from th…
-
Dear Vadim,
Thanks for your such a great software!I am writing to seek guidance on a particular issue I've encountered while attempting to quantify proteins using b and y ions. I've noticed that ea…
-
complete this ticket. reminder (SO browsing issue)
-
Dear Vadim,
I would have some questions about the Quantity.Quality.
In a previous discussion (https://github.com/vdemichev/DiaNN/discussions/764), you explained this parameter can filter the precu…
-
There is the Condition
`any(k != border for k in pep_lens[border:]) `
in the predict function of lstm_utils.py and ae_utils.py.
What is the purpose of this condition?