Пример #1
0
	/// <summary>
	/// Constructor
	/// </summary>
	public mzId1_1(Mapper.Software sw) : base(sw) {
		m_Type = Mapper.SourceType.mzIdentML110;
	}
Пример #2
0
	/// <summary>
	/// Initializes a new instance of the <see cref="EhuBio.Proteomics.Inference.Plgs"/> class.
	/// </summary>
	public Plgs( Mapper.Software sw ) : base(sw) {
		m_Type = Mapper.SourceType.Plgs;
	}