Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ hasThreePrimeMod
Method
hasThreePrimeMod
src/openms/source/CHEMISTRY/NASequence.cpp:250–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
250
bool NASequence::hasThreePrimeMod() const
251
{
252
return (three_prime_ != nullptr);
253
}
254
255
void NASequence::setThreePrimeMod(const RibonucleotideChainEnd* r)
256
{
Callers
4
generateSequenceRow_
Method · 0.80
applyFixedModifications
Method · 0.80
applyVariableModifications
Method · 0.80
NASequence_test.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected