Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ hasFivePrimeMod
Method
hasFivePrimeMod
src/openms/source/CHEMISTRY/NASequence.cpp:235–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
bool NASequence::hasFivePrimeMod() const
236
{
237
return (five_prime_ != nullptr);
238
}
239
240
void NASequence::setFivePrimeMod(const RibonucleotideChainEnd* r)
241
{
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