-
Notifications
You must be signed in to change notification settings - Fork 2
/
andromeda_instructions.qmd
43 lines (35 loc) · 2.03 KB
/
andromeda_instructions.qmd
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
43
---
title: "Andromeda - Start"
author: "Cox Lab"
format:
html:
toc: true
toc-depth: 4
toc-expand: false
number-sections: true
number-depth: 4
editor: visual
date: today
bibliography: references.bib
csl: nature.csl
---
Andromeda[@cox2011a] is a peptide search engine based on probabilistic scoring.
On proteome data, Andromeda performs as well as Mascot, a widely used commercial search engine, as judged by sensitivity and specificity analysis based on target decoy searches.
It can handle data with arbitrarily high fragment mass accuracy, it is also able to assign and score complex patterns of post-translational modifications, such as highly phosphorylated peptides, and accommodates extremely large databases.
Andromeda can function independently or integrated into MaxQuant.
This combination enables analysis of large datasets on a desktop computer.
Identification of co-fragmented peptides improves the number of identified peptides.
To run Andromeda, you will need .NET framework 4.5.
# Documentation outline
This documentation is organized as a wiki, so if you find anything that is wrong or hard to understand, please [let us know](contact.html).
The wiki can be browsed by using the links below or by searching with the magnifying glass in the upper right corner.
- [maxquant - Download and installation](maxquant_instructions.html)
- [Andromeda User Interface](andromeda_user-interface.html)
- [Andromeda Configuration](andromeda_configurations.html)
- [Andromeda Tutorial](andromeda_tutorial.html)
- [Google groups](https://groups.google.com/g/maxquant-list?pli=1)
- [maxquant Bug reporting](https://github.com/cox-labs/CoxLab_Bug_Reporting)
- [Glossary](Glossary.html)
You can find raw file format examples to test Andromeda [here](http://andromeda-search.org/AndromedaExample.zip).
For additional training, consider attending the annual [MaxQuant Summer School](https://maxquant.org/summer_school/).
Also watching some [MaxQuant videos](http://www.youtube.com/channel/UCKYzYTm1cnmc0CFAMhxDO8w) provides more insight.