Skip to content

Commit 9fc3ef5

Browse files
Merge pull request #82 from charles-plessy/importPublicData
Restore import public data function.
2 parents d06bd82 + a019141 commit 9fc3ef5

6 files changed

+516
-363
lines changed

NAMESPACE

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export(getExpressionProfiles)
4646
export(getShiftingPromoters)
4747
export(hanabi)
4848
export(hanabiPlot)
49+
export(importPublicData)
4950
export(inputFiles)
5051
export(inputFilesType)
5152
export(librarySizes)
@@ -195,6 +196,7 @@ importFrom(stats,median)
195196
importFrom(stats,p.adjust)
196197
importFrom(stringdist,stringdist)
197198
importFrom(stringi,stri_sub)
199+
importFrom(utils,data)
198200
importFrom(utils,head)
199201
importFrom(utils,installed.packages)
200202
importFrom(utils,read.table)

0 commit comments

Comments
 (0)