@@ -19,54 +19,7 @@ renv::install("Nesvilab/FragPipeAnalystR")
19
19
renv :: install(" nicolerg/ssGSEA2" )
20
20
```
21
21
22
- ## Example
22
+ ## Tutorial
23
23
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 )
72
25
0 commit comments