CSMSL.Proteomics.Protease.Protease C# (CSharp) Method

Protease() static private method

static private Protease ( ) : System
return System
        static Protease()
        {
            UserProteasePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), @"CSMSL\Proteases.xml");

            Proteases = new Dictionary<string, Protease>();

            // Load the default modification file
            Load();
        }

Same methods

Protease::Protease ( string name, Terminus terminus, string cut, string nocut = "", string cleavePattern = "" ) : System