Skip to content

Commit bb6921d

Browse files
ashishjain1988Jain
authored and
Jain
committed
Updated the enrichment files and version Bump.
1 parent e0175ef commit bb6921d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: TissueEnrich
22
Type: Package
33
Title: TissueEnrich
4-
Version: 0.99.11
4+
Version: 0.99.12
55
Authors@R: c(person("Ashish Jain", "Package Creator and Maintainer",
66
email="jain@iastate.edu",
77
role=c("aut", "cre")), person("Geetu Tuteja", "Package Maintainer",
@@ -20,7 +20,7 @@ Depends:
2020
Imports:
2121
dplyr (>= 0.7.3),
2222
stats
23-
Suggests: knitr, rmarkdown , testthat
23+
Suggests: knitr, rmarkdown, testthat
2424
Encoding: UTF-8
2525
LazyData: true
2626
RoxygenNote: 6.0.1

R/teEnrichment.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ teEnrichment <- function(inputGenes = NULL, rnaSeqDataset = 1,
215215
colMeans(teExpressionData[
216216
teExpressionData$Gene.name == col,
217217
c(seq(1, (ncol(teExpressionData) - 2)))]),
218-
numeric(length(tissueNames)))))
218+
numeric(length(tissueNames)))))
219219
} else {
220220
teExpressionData <- teExpressionData[,
221221
seq(1, (ncol(teExpressionData) - 2))]

0 commit comments

Comments
 (0)