Skip to content

Commit 45b12a7

Browse files
ashishjain1988Jain
authored and
Jain
committed
Fix in vignette
1 parent 8a20d19 commit 45b12a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: TissueEnrich
22
Type: Package
33
Title: A tool to calculate tissue-specific gene enrichment
4-
Version: 1.0.3
4+
Version: 1.0.5
55
Authors@R: c(person("Ashish Jain",
66
email="jain@iastate.edu",
77
role=c("aut", "cre")), person("Geetu Tuteja",

vignettes/TissueEnrich.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ TissueEnrich now enables users to provide the background genes for carrying out
9494
$$ P(X \gt k) = \sum\limits_{i=k+1}^n \frac{{{K_b}\choose{i}} {{N_b-K_b}\choose{n-i}}}{{{N_b}\choose{n}}} $$
9595
and the fold-change is calculated as:
9696
$$ Fold-change =\left( \frac{k}{n} \right)/\left( \frac{K_b}{N_b} \right) $$
97-
Where, $N_b$ is the total number of bacground genes, $K_b$ is the total number of tissue-specific genes for a tissue in background genes, n is the number of genes in the input gene set, k is the number of tissue-specific genes in the input gene set. The p-values can be corrected for multiple hypothesis testing using the Benjamini & Hochberg correction by setting `multiHypoCorrection = TRUE` (It is `TRUE` by default). If the background gene set is not provided all the genes will be used as background.
97+
Where, $N_b$ is the total number of background genes, $K_b$ is the total number of tissue-specific genes for a tissue in background genes, n is the number of genes in the input gene set, k is the number of tissue-specific genes in the input gene set. The p-values can be corrected for multiple hypothesis testing using the Benjamini & Hochberg correction by setting `multiHypoCorrection = TRUE` (It is `TRUE` by default). If the background gene set is not provided all the genes will be used as background.
9898

9999
## Example: Tissue-specific gene enrichment
100100
This example uses trophectoderm (TE) specific genes identified from single cell RNA-Seq analyses, performed on human blastocysts on days 5, 6, and 7 of preimplantation development [@Petropoulos2016]. The single cells are assigned to either the inner cell mass (epiblast plus emerging extraembryonic endoderm) or the TE using PCA. After that, a list of 100 TE-specific genes was generated using differential gene expression analysis [@Petropoulos2016]. We used those 100 genes as the input gene set and carried out tissue-specific gene enrichment using the tissue-specific genes defined by the HPA dataset.

0 commit comments

Comments
 (0)