Skip to content

Commit 0e3aa04

Browse files
author
Jain
committed
Updated the vignette
1 parent bb6921d commit 0e3aa04

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

DESCRIPTION

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Package: TissueEnrich
22
Type: Package
3-
Title: TissueEnrich
4-
Version: 0.99.12
5-
Authors@R: c(person("Ashish Jain", "Package Creator and Maintainer",
3+
Title: A tool to calculate tissue-specific gene enrichment
4+
Version: 0.99.13
5+
Authors@R: c(person("Ashish Jain",
66
email="jain@iastate.edu",
7-
role=c("aut", "cre")), person("Geetu Tuteja", "Package Maintainer",
7+
role=c("aut", "cre")), person("Geetu Tuteja",
88
email="geetu@iastate.edu",
99
role=c("aut")))
1010
Description: The TissueEnrich package is used to calculate enrichment of tissue-specific genes in a set of input genes. For example, the user can input the most highly expressed genes from RNA-Seq data, or gene co-expression modules to determine which tissue-specific genes are enriched in those datasets. Tissue-specific genes were defined by processing RNA-Seq data from the Human Protein Atlas (HPA) (Uhlén et al. 2015), GTEx (Ardlie et al. 2015), and mouse ENCODE (Shen et al. 2012) using the algorithm from the HPA (Uhlén et al. 2015).The hypergeometric test is being used to determine if the tissue-specific genes are enriched among the input genes. Along with tissue-specific gene enrichment, the TissueEnrich package can also be used to define tissue-specific genes from expression datasets provided by the user, which can then be used to calculate tissue-specific gene enrichments.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Requirement**
44

5-
You need R version above 3.2 to run this application. Other dependencies are:
5+
You need R version above 3.5 to run this application. Other dependencies are:
66

77
* `dplyr (>= 0.7.3)`
88
* `ensurer (>= 1.1)`

vignettes/TissueEnrich.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ The `output` is a list object containing the enrichment results. These results a
101101

102102
### Exploring tissue-specific gene enrichment results
103103

104-
#### Tissue-specific gene enrichment histogram using `ggplot2`
105-
The first object in the `output` list is a `SummarizedExperiment` object containing the $-Log_{10}(P-Value)$, corresponding to the tissue-specific gene enrichment, along with the number of tissue-specific genes in the input gene set. This object can be used to visualize tissue-specific gene enrichment in the form of a histogram.
104+
#### Tissue-specific gene enrichment bar chart using `ggplot2`
105+
The first object in the `output` list is a `SummarizedExperiment` object containing the $-Log_{10}(P-Value)$, corresponding to the tissue-specific gene enrichment, along with the number of tissue-specific genes in the input gene set. This object can be used to visualize tissue-specific gene enrichment in the form of a bar chart.
106106

107107
```{r eval=TRUE}
108108
seEnrichmentOutput<-output[[1]]

0 commit comments

Comments
 (0)