Skip to content

Commit

Permalink
page update
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnagai committed Oct 17, 2024
1 parent 1293101 commit 276337e
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 19 deletions.
3 changes: 3 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ navbar:
install:
text: Install
href: articles/Install.html
url:
reference: https://github.com/CostaLab/CrossTalkeR/reference
article: https://github.com/CostaLab/CrossTalkeR/articles
13 changes: 6 additions & 7 deletions docs/articles/CrossTalkeR.html

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

2 changes: 1 addition & 1 deletion docs/articles/HumanFibrosis.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ articles:
LR2TF_analysis: LR2TF_analysis.html
MyocardialInfarction: MyocardialInfarction.html
run_liana: run_liana.html
last_built: 2024-10-16T14:02Z
last_built: 2024-10-17T07:40Z
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions vignettes/CrossTalkeR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,16 @@ In our vignette we provide examples on how to analyse cell interactions from a h


```{r vignete1, results="hide", warning=FALSE,message=F, output=FALSE, eval = FALSE}
paths <- c('CTR' = system.file("extdata",
"CTR_LR.csv",
package = "CrossTalkeR"),
'EXP' = system.file("extdata",
"EXP_LR.csv",
package = "CrossTalkeR"))
data(CTR)
data(EXP)
paths <- list('CTR'=CTR,
'EXP'=EXP)
genes <- c('TGFB1|L')
output <- system.file("extdata", package = "CrossTalkeR")
data <- generate_report(paths,
genes,
out_path=paste0(output,'/'),
out_path=file.path(output),
threshold=0,
out_file = 'vignettes_example.html',
output_fmt = "html_document",
Expand Down
2 changes: 1 addition & 1 deletion vignettes/CrossTalker_basicusage.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ author:
output:
html_document
vignette: |
%\VignetteIndexEntry{CrossTalkeR-install-basicusage}
%\VignetteIndexEntry{CrossTalkeR-basicusage}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/HumanFibrosis.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ paths <- list('CTR'=CTR,
output <- system.file("extdata", package = "CrossTalkeR")
ctkroutput <- generate_report(paths,
out_path=paste0(output,'/'),
out_path=file.path(output),
out_file = 'vignettes_example.html',
output_fmt = "html_document",
report = FALSE,
Expand Down

0 comments on commit 276337e

Please sign in to comment.