Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbostar authored Aug 21, 2024
1 parent 26eba02 commit 86037b8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ usage: Options
-h Help
```

#### *In silico* spectral library generation using Carafe
#### Experiment specific *in silico* spectral library generation using Carafe

The following example shows how to generate a spectral library for yeast proteome (**UP000002311_559292.fasta**). The training DIA data (**train_dia_file.mzML**) is a human DIA file and peptide identification is performed using DIA-NN (**diann/report.tsv**).

Expand All @@ -113,5 +113,16 @@ _KLWWDC[UniMod:4]YWWDR_ KLWWDCYWWDR 571.9258823279321 3 11
</code>
</pre>


#### *In silico* spectral library generation using Carafe with pretrained DDA models

The following example shows how to generate a spectral library for yeast proteome (**UP000002311_559292.fasta**) **without fine-tuning pretrained models using DIA data**. No DIA data is required.

```shell
java -jar carafe-0.0.1.jar -db UP000002311_559292.fasta -fixMod 1 -varMod 0 -maxVar 1 -o test_ai_all -min_mz 200 -maxLength 35 -min_pep_mz 400 -max_pep_mz 1000 -enzyme 2 -miss_c 1 -mode general -minLength 7 -lf_type diann -lf_top_n_frag 20 -lf_frag_n_min 2 -nce 27 -ms_instrument QE -seed 2000
```

The output spectral library is in a tsv format compatible with DIA-NN.

## How to cite:

0 comments on commit 86037b8

Please sign in to comment.