Skip to content

Commit

Permalink
knit to html instead since github actions complains about pdflatex
Browse files Browse the repository at this point in the history
  • Loading branch information
JEFworks committed Jan 24, 2021
1 parent b916765 commit 0396319
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Lightweight Iterative Gene set Enrichment in R (LIGER)

![R-CMD-check](https://github.com/JEFworks/liger/workflows/R-CMD-check/badge.svg)
[![CRAN](https://www.r-pkg.org/badges/version/liger)](https://CRAN.R-project.org/package=liger)
[![DOI](https://zenodo.org/badge/43224920.svg)](https://zenodo.org/badge/latestdoi/43224920)

Expand All @@ -10,10 +11,10 @@ Gene Set Enrichment Analysis (GSEA) is a computational method that determines wh
The `liger` package provides a lightweight R implementation of this enrichment test on a list of values. Given a list of values, such as p-values or log-fold changes derived from differential expression analysis or other analyses comparing biological states, this package enables you to test a priori defined set of genes for enrichment to enable interpretability of highly significant or high fold-change genes.

# Tutorials
- **[Gene Set Enrichment Analysis with LIGER](vignettes/gsea.pdf)**
- **[Highlighting the power of gene set enrichment analysis using simulation](vignettes/simulation.pdf)**
- **[Interpreting Enrichment Scores and Edge Values](vignettes/interpreting.pdf)**
- **[Comparison with alternative gene set enrichment analysis approaches](vignettes/comparison.pdf)**
- **[Gene Set Enrichment Analysis with LIGER](vignettes/gsea.html)**
- **[Highlighting the power of gene set enrichment analysis using simulation](vignettes/simulation.html)**
- **[Interpreting Enrichment Scores and Edge Values](vignettes/interpreting.html)**
- **[Comparison with alternative gene set enrichment analysis approaches](vignettes/comparison.html)**

# Sample plots

Expand Down
2 changes: 1 addition & 1 deletion vignettes/comparison.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Comparison of `liger` with `fgsea`"
author: "Jean Fan"
date: "June 26, 2018"
output: rmarkdown::pdf_document
output: rmarkdown::html_document
vignette: >
%\VignetteIndexEntry{Comparison of liger with fgsea}
%\VignetteEngine{knitr::rmarkdown}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/gsea.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Gene Set Enrichment Analysis with LIGER"
author: "Jean Fan"
date: "September 27, 2015"
output: rmarkdown::pdf_document
output: rmarkdown::html_document
vignette: >
%\VignetteIndexEntry{Gene Set Enrichment Analysis with LIGER}
%\VignetteEngine{knitr::rmarkdown}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/interpreting.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Interpreting `liger` results"
author: "Jean Fan"
date: "8/23/2018"
output: rmarkdown::pdf_document
output: rmarkdown::html_document
vignette: >
%\VignetteIndexEntry{Interpreting liger results}
%\VignetteEngine{knitr::rmarkdown}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/permpvals.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Exploring Permutation P-values"
author: "Jean Fan"
date: "7/15/2020"
output: rmarkdown::pdf_document
output: rmarkdown::html_document
vignette: >
%\VignetteIndexEntry{Exploring Permutation P-values}
%\VignetteEngine{knitr::rmarkdown}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/simulation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Highlighting the Power of Gene Set Enrichment Analysis using Simulation"
author: "Jean Fan"
date: "December 23, 2015"
output: rmarkdown::pdf_document
output: rmarkdown::html_document
vignette: >
%\VignetteIndexEntry{Highlighting the Power of Gene Set Enrichment Analysis using Simulation}
%\VignetteEngine{knitr::rmarkdown}
Expand Down

0 comments on commit 0396319

Please sign in to comment.