Skip to content

Commit 7558137

Browse files
committed
add LFQ tutorial
1 parent 524a9b9 commit 7558137

File tree

2 files changed

+530
-49
lines changed

2 files changed

+530
-49
lines changed

docs/global_LFQ_prot_tutorial.html

+528
Large diffs are not rendered by default.

docs/index.md

+2-49
Original file line numberDiff line numberDiff line change
@@ -19,54 +19,7 @@ renv::install("Nesvilab/FragPipeAnalystR")
1919
renv::install("nicolerg/ssGSEA2")
2020
```
2121

22-
## Example
22+
## Tutorial
2323

24-
```
25-
library(FragPipeAnalystR)
26-
data("ccrcc", package = "FragPipeAnalystR")
27-
```
28-
29-
```
30-
plot_pca(ccrcc)
31-
```
32-
33-
![PCA](vignettes/tutorial_files/figure-html/unnamed-chunk-2-1.png)
34-
35-
```
36-
plot_missval_heatmap(ccrcc)
37-
```
38-
39-
![missing value heatmap](vignettes/tutorial_files/figure-html/unnamed-chunk-4-1.png)
40-
41-
```
42-
plot_correlation_heatmap(ccrcc)
43-
```
44-
45-
![correlation heatmap](vignettes/tutorial_files/figure-html/unnamed-chunk-3-1.png)
46-
47-
```
48-
plot_feature_numbers(ccrcc)
49-
```
50-
51-
![feature bar plot](vignettes/tutorial_files/figure-html/unnamed-chunk-5-1.png)
52-
53-
54-
## Developer guide
55-
- Start project `renv::init()`:
56-
You may see message similar to this
57-
```
58-
* Using Bioconductor version '3.18'.
59-
This project already has a lockfile. What would you like to do?
60-
61-
1: Restore the project from the lockfile.
62-
2: Discard the lockfile and re-initialize the project.
63-
3: Activate the project without snapshotting or installing any packages.
64-
4: Abort project initialization.
65-
```
66-
We recommend to choose 2 here to initialize the project since some dependencies depend on the R version and bioconductor version use
67-
- You may use `lintr::lint_package()` and `styler::style_pkg()` to make sure coding styles consistent
68-
- `devtools::build()` and `devtools::test()` to build and test the package, respectively
69-
- `devtools::document()` when you add a function
70-
- `usethis::use_import_from("package name", "function name")` to include dependencies
71-
- `devtools::build_rmd("./vignettes/*.Rmd")` to build the tutorial Rmd file
24+
- [LFQ AP-MS](global_LFQ_prot_tutorial.html)
7225

0 commit comments

Comments
 (0)