Skip to content

Commit

Permalink
update track plot tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlkx committed Oct 6, 2023
1 parent 55023ac commit 58b786b
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 70 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Description: Performs enrichment, functionally-informed genetic fine-mapping
and gene mapping.
BugReports: https://github.com/xinhe-lab/mapgen/issues
License: MIT + file LICENSE
Depends: R (>= 3.5.1)
Depends: R (>= 3.5.0)
Encoding: UTF-8
Imports:
tidyverse,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
95 changes: 29 additions & 66 deletions docs/articles/track_plot_tutorial.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ articles:
gene_mapping_tutorial: gene_mapping_tutorial.html
partition_pip_tutorial: partition_pip_tutorial.html
track_plot_tutorial: track_plot_tutorial.html
last_built: 2023-10-06T03:57Z
last_built: 2023-10-06T04:47Z
urls:
reference: https://xinhe-lab.github.io/mapgen/reference
article: https://xinhe-lab.github.io/mapgen/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/track_plot.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/track_plot_tutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Please have the following Bioconductor packages installed:
Load packages
```{r load-packages, message=FALSE, warning=FALSE}
library(GenomicFeatures) # Making and manipulating annotations
library(rtracklayer)
library(rtracklayer) # Import annotation data
library(Gviz) # R package used to visualize track plots
library(GenomicInteractions) # visualize HiC loops
library(AnnotationDbi) # match gene ID to gene symbol
Expand Down

0 comments on commit 58b786b

Please sign in to comment.