-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
42 lines (27 loc) · 1.06 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: Quality control for the target decoy approach for peptide identification
output:
html_document:
code_download: false
toc: false
toc_float: false
number_sections: false
theme: flatly
highlight: tango
---
```{r setup, include=FALSE, cache=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
***
This repository contains all necessary files to perform all data analyses and generate all figures for our paper: "Quality control for the target decoy approach for peptide identification"
- Generate all Figures: [paper_figures](./paper_figures.html)
- Document with Supplementary Figures: [supplementary_figures](./paper_supplementary.pdf)
- [bioRxiv preprint](./paper_main.pdf)
---
Links:
- data on on [zenodo](https://doi.org/10.5281/zenodo.7308022)
- [bioRxiv](https://doi.org/10.1101/2022.11.17.516857)
---
License:
The website and code are licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)
The main paper is licensed under [CC-BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/)