Skip to content

Commit

Permalink
linting and completed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed Jul 11, 2019
1 parent cbb26a5 commit 792b03c
Show file tree
Hide file tree
Showing 5 changed files with 357 additions and 307 deletions.
7 changes: 6 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: analysePeaks
Title: Compare, annotate your peaks
Version: 0.0.1
Version: 0.0.2
Authors@R:
person(given = "Lucille",
family = "Lopez-Delisle",
Expand All @@ -13,6 +13,11 @@ Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports:
grDevices,
graphics,
utils,
usefulLDfunctions,
GenomicRanges,
stats,
pheatmap,
reshape
Expand Down
13 changes: 13 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ export(plotCateComparisonSetAndRef)
export(plotClassicalHistogramForMyGRs)
export(plotPairwiseComparison)
import(stats)
importFrom(GenomicRanges,distanceToNearest)
importFrom(GenomicRanges,end)
importFrom(GenomicRanges,findOverlaps)
importFrom(GenomicRanges,flank)
importFrom(GenomicRanges,mcols)
importFrom(GenomicRanges,start)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,barplot)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(pheatmap,pheatmap)
importFrom(reshape,cast)
importFrom(utils,head)
Loading

0 comments on commit 792b03c

Please sign in to comment.