Skip to content

Commit

Permalink
Merge pull request #80 from Vitek-Lab/deril-dev-plotly
Browse files Browse the repository at this point in the history
Adding Plotly feature to MSstatsTMT with Error Handling
  • Loading branch information
devonjkohler committed May 20, 2024
2 parents 591af75 + 2e93b50 commit 16e7037
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 54 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ License: Artistic-2.0
Depends: R (>= 4.2)
Imports: limma, lme4, lmerTest, methods, data.table,
stats, utils, ggplot2, grDevices, graphics, MSstats,
MSstatsConvert, checkmate, plotly
MSstatsConvert, checkmate, plotly, htmltools
Suggests: BiocStyle, knitr, rmarkdown, testthat
VignetteBuilder: knitr
biocViews: ImmunoOncology, MassSpectrometry, Proteomics, Software
Encoding: UTF-8
LazyData: true
URL: http://msstats.org/msstatstmt/
BugReports: https://groups.google.com/forum/#!forum/msstats
RoxygenNote: 7.3.1
RoxygenNote: 7.3.1
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,title)
importFrom(htmltools,div)
importFrom(htmltools,save_html)
importFrom(htmltools,tagList)
importFrom(lmerTest,lmer)
importFrom(methods,new)
importFrom(plotly,add_trace)
Expand Down
Loading

0 comments on commit 16e7037

Please sign in to comment.