Skip to content

Commit

Permalink
Merge pull request #94 from charles-plessy/reverseCumulativesGGplot
Browse files Browse the repository at this point in the history
Port plotReverseCumulatives to ggplot2
  • Loading branch information
charles-plessy authored May 10, 2024
2 parents 9fc3ef5 + 78718eb commit eac6808
Show file tree
Hide file tree
Showing 10 changed files with 257 additions and 249 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ Imports:
KernSmooth,
memoise,
plyr,
rlang,
Rsamtools,
reshape2,
rtracklayer,
S4Vectors (>= 0.27.5),
scales,
som,
stringdist,
stringi,
Expand Down Expand Up @@ -77,7 +79,6 @@ Collate:
'CumulativeDistributionFunctions.R'
'GetMethods.R'
'CumulativeDistributionMethods.R'
'ExportFunctions.R'
'ExportMethods.R'
'ExpressionProfilingMethods.R'
'ImportFunctions.R'
Expand Down
13 changes: 11 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -146,18 +146,27 @@ importFrom(data.table,setkeyv)
importFrom(data.table,setnames)
importFrom(formula.tools,lhs)
importFrom(formula.tools,rhs.vars)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_step)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_stack)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,blues9)
Expand All @@ -170,23 +179,23 @@ importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(grDevices,xy.coords)
importFrom(graphics,Axis)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(gtools,mixedorder)
importFrom(memoise,memoise)
importFrom(plyr,ddply)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(rtracklayer,import.bed)
importFrom(scales,hue_pal)
importFrom(som,som)
importFrom(stats,coefficients)
importFrom(stats,cor)
Expand Down
1 change: 1 addition & 0 deletions R/CorrelationMethods.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
#'
#' plotCorrelation2(exampleCAGEexp, what = "consensusClusters", value = "normalized")
#'
#' @importFrom graphics box legend par strwidth text
#' @export

setGeneric( "plotCorrelation"
Expand Down
41 changes: 0 additions & 41 deletions R/ExportFunctions.R

This file was deleted.

Loading

0 comments on commit eac6808

Please sign in to comment.