Skip to content

Commit 0396319

Browse files
committed
knit to html instead since github actions complains about pdflatex
1 parent b916765 commit 0396319

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

Diff for: README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Lightweight Iterative Gene set Enrichment in R (LIGER)
22

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

@@ -10,10 +11,10 @@ Gene Set Enrichment Analysis (GSEA) is a computational method that determines wh
1011
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.
1112

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

1819
# Sample plots
1920

Diff for: vignettes/comparison.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Comparison of `liger` with `fgsea`"
33
author: "Jean Fan"
44
date: "June 26, 2018"
5-
output: rmarkdown::pdf_document
5+
output: rmarkdown::html_document
66
vignette: >
77
%\VignetteIndexEntry{Comparison of liger with fgsea}
88
%\VignetteEngine{knitr::rmarkdown}

Diff for: vignettes/gsea.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Gene Set Enrichment Analysis with LIGER"
33
author: "Jean Fan"
44
date: "September 27, 2015"
5-
output: rmarkdown::pdf_document
5+
output: rmarkdown::html_document
66
vignette: >
77
%\VignetteIndexEntry{Gene Set Enrichment Analysis with LIGER}
88
%\VignetteEngine{knitr::rmarkdown}

Diff for: vignettes/interpreting.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Interpreting `liger` results"
33
author: "Jean Fan"
44
date: "8/23/2018"
5-
output: rmarkdown::pdf_document
5+
output: rmarkdown::html_document
66
vignette: >
77
%\VignetteIndexEntry{Interpreting liger results}
88
%\VignetteEngine{knitr::rmarkdown}

Diff for: vignettes/permpvals.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Exploring Permutation P-values"
33
author: "Jean Fan"
44
date: "7/15/2020"
5-
output: rmarkdown::pdf_document
5+
output: rmarkdown::html_document
66
vignette: >
77
%\VignetteIndexEntry{Exploring Permutation P-values}
88
%\VignetteEngine{knitr::rmarkdown}

Diff for: vignettes/simulation.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Highlighting the Power of Gene Set Enrichment Analysis using Simulation"
33
author: "Jean Fan"
44
date: "December 23, 2015"
5-
output: rmarkdown::pdf_document
5+
output: rmarkdown::html_document
66
vignette: >
77
%\VignetteIndexEntry{Highlighting the Power of Gene Set Enrichment Analysis using Simulation}
88
%\VignetteEngine{knitr::rmarkdown}

0 commit comments

Comments
 (0)