- Added a
NEWS.md
file to track changes to the package.
- Functions now use a general input resulting from
make_MQCombined()
. - Shortened lines in the code.
- Usage of seq_len rather than 1: ...
- Usage of ultiples of 4 spaces for line indents.
- Removed LazyData: TRUE.
- The function
generateReport()
now takes the parameter name_output_file to name the output pdf file. - Added information regarding peptides, and peptides/protein ratio in report tables.
- Added the function
PlotProteinPeptideRatio()
to visualize a comparison between the proteins identified and the ratio Peptide/Proteins among Experiments.
- Added pagination to
PlotiRT()
andPlotiRTScore()
. - Updated vignette style to Bioconductor's.
- Improved aesthethics of
PlotProteinOverlap()
andPlotPCA()
.
- Fixed units of time
MaxQuantAnalysisInfo()
when experiment lasting longer than a day. - Added new line to
MaxQuantAnalyssInfo()
showing when the experiment ended. - Improved aesthethics in the plots from
PlotCombinedDynamicRange()
andPlotAllDynamicRange()
.
- Added new function
PlotPTMAcrossSamples()
, it takes as input one PTM of interest and shows its intensities across the samples. This function is similar toPlotPTM()
but in more detail. - In the function
PlotPTM()
a parametercombine_same_residue_ptms
has been added. It combines multiple PTMs happening in the same residue such as: Dimethyl (KR), Trimethyl (KR).
-
The function
PlotProteinCoverage()
now reports the coverage individually in each plot rather than the total protein coverage. -
MQmetrics now is adapted to MaxQuant v.2.x, since the column names are different than in MaxQuant v.1.x. MQmetrics will detect the MaxQuant version used and read the columns accordingly.
-
Enhanced error message in
PlotiRT()
andPlotiRTScore()
when irt peptides are note found. Enhanced error message forPlotProteinCoverage()
when theUniprotID
is not found.
-
The plot generated by
PlotPTM()
will now indicate (in the legend title) whether the Post-Translational modifications have been aggregated or not as a result of the parameteraggregate_PTMs
. -
The function
PlotPeptidesIdentified()
andPlotProteinsIdentified()
now return a plot containing Missing Values, Frequency of Identified by Match Between Runs and Frequency of identified by MS/MS. With this, the funcitonPlotIdentificationType()
becomes obsolete. -
The function
PlotProteinCoverage()
now can take as input multipleUniprotID
in a vector format. -
The function
PlotPTMAcrossSamples()
now can take as input multiplePTM_of_Interest
in a vector format. -
Change in the function
make_MQCombined()
to read faster the tables and reducing the overall time required to generate a report.
- Bug fixed: If a table was missing, the report was not generated.
- Removed parentheses from the news that was causing issues in Bioconductor.
- Fixed test that was resulting in error duet to version 1.1.6 updated way to read the files.
- Added median to the
PlotAndromedaScore()
. - Remove warnings from the vignettes.
- Now MQmetrics can read the
mqpar.xml
file. This one must be located on the same directory as thecombined
folder. - Reporting the number of threads used by MaxQuant if found the
mqpar.xml
file.
- Reporthing the
fixed Modifications
if themqpar.xml
is present.
- Removed unused dependency.