Skip to content

Commit

Permalink
rm getOPLSDA() function
Browse files Browse the repository at this point in the history
  • Loading branch information
YonghuiDong committed Apr 9, 2021
1 parent 624427d commit 4bc7319
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 72 deletions.
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export(doStat)
export(getCV)
export(getFC)
export(getMax)
export(getOPLSDA)
export(getP)
export(mass)
export(mz)
Expand All @@ -38,7 +37,6 @@ importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(reshape2,melt)
importFrom(ropls,opls)
importFrom(stats,TukeyHSD)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
Expand Down
3 changes: 1 addition & 2 deletions R/doStat.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ doStat <- function(x, Group = NULL){
myCV <- getCV(x, Group = Group)
myFC <- getFC(x, Group = Group)
myP <- getP(x, Group = Group)
myOPLSDA <- getOPLSDA(x, Group = Group)
myStat <- cbind(maxSample, myCV, myFC, myP, myOPLSDA)
myStat <- cbind(maxSample, myCV, myFC, myP)
cat("\nStatistical analysis done. \n")
rownames(myStat) <- colnames(x)
return(myStat)
Expand Down
44 changes: 0 additions & 44 deletions R/getOPLSDA.R

This file was deleted.

24 changes: 0 additions & 24 deletions man/getOPLSDA.Rd

This file was deleted.

0 comments on commit 4bc7319

Please sign in to comment.