OpenMS
Loading...
Searching...
No Matches
RNaseDB.h
Go to the documentation of this file.
1// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2// SPDX-License-Identifier: BSD-3-Clause
3//
4// --------------------------------------------------------------------------
5// $Maintainer: Hendrik Weisser $
6// $Authors: Hendrik Weisser $
7// --------------------------------------------------------------------------
8
9#pragma once
10
14
15#include <vector>
16
17namespace OpenMS
18{
26 class OPENMS_DLLAPI RNaseDB: public DigestionEnzymeDB<DigestionEnzymeRNA, RNaseDB>
27 {
28 // allow access to constructor in DigestionEnzymeDB::getInstance():
30
31 protected:
34 };
35}
36
Digestion enzyme database (base class)
Definition DigestionEnzymeDB.h:32
Representation of a digestion enzyme for RNA (RNase)
Definition DigestionEnzymeRNA.h:32
Database for enzymes that digest RNA (RNases)
Definition RNaseDB.h:27
RNaseDB()
constructor
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19