Skip to content

Commit

Permalink
Merge branch 'Modelling2R6' of https://github.com/wolski/prolfqua int…
Browse files Browse the repository at this point in the history
…o Modelling2R6
  • Loading branch information
wolski committed Jun 3, 2024
2 parents 26a392e + 8fdd574 commit 80cb621
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,10 @@ https://github.com/fgcz/prolfqua/issues

# How to get started

[![SIB in-silico talk](https://img.youtube.com/vi/acDiXq2xbOw/1.jpg)](https://www.youtube.com/watch?v=acDiXq2xbOw)

- Watch the [silico talks](https://www.sib.swiss/in-silico-talks/prolfqua-a-comprehensive-r-package-for-protein-differential-expression-analysis)
- See our article at the [Journal of Proteome Research](https://pubmed.ncbi.nlm.nih.gov/36939687/)
- See [Bioconductor 2021 Conference poster](https://fgcz-proteomics.uzh.ch/~wolski/PosterBioconductor.html).
- Watch the lightning (8 min) talk at [EuroBioc2020](https://www.youtube.com/watch?v=jOXU4X7nV9I&t) on YouTube or [slides](https://f1000research.com/slides/9-1476).
- Read the pkgdown generate website https://fgcz.github.io/prolfqua/index.html
How to build a `LFQData` object from a table with protein or peptide quantification results, and a table with sample annotation
is described in more detail here the: [CreatingConfigurations vignette](https://fgcz.github.io/prolfqua/articles/CreatingConfigurations.html)

Or run the following example code:
Once you have created an `LFQData` you can use prolfqua like this.

```{r}
R.version.string; packageVersion("prolfqua")
Expand Down Expand Up @@ -116,7 +111,16 @@ pl$volcano()$FDR
![image](https://github.com/fgcz/prolfqua/assets/1926513/4ae8634b-ce6c-4fa2-8e42-c8bc64a12821)


Detailed documentation with R code:
[![SIB in-silico talk](https://img.youtube.com/vi/acDiXq2xbOw/1.jpg)](https://www.youtube.com/watch?v=acDiXq2xbOw)

- Watch the [silico talks](https://www.sib.swiss/in-silico-talks/prolfqua-a-comprehensive-r-package-for-protein-differential-expression-analysis)
- See our article at the [Journal of Proteome Research](https://pubmed.ncbi.nlm.nih.gov/36939687/)
- See [Bioconductor 2021 Conference poster](https://fgcz-proteomics.uzh.ch/~wolski/PosterBioconductor.html).
- Watch the lightning (8 min) talk at [EuroBioc2020](https://www.youtube.com/watch?v=jOXU4X7nV9I&t) on YouTube or [slides](https://f1000research.com/slides/9-1476).
- Read the pkgdown generate website https://fgcz.github.io/prolfqua/index.html


# Detailed documentation with R code:

- [Comparing two Conditions](https://fgcz.github.io/prolfqua/articles/Comparing2Groups.html)
- [QC and protein wise sample size estimation](https://fgcz.github.io/prolfqua/articles/QualityControlAndSampleSizeEstimation.html)
Expand Down

0 comments on commit 80cb621

Please sign in to comment.