forked from galaxyproject/training-material
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request galaxyproject#3217 from shiltemann/protefaqs
- Loading branch information
Showing
18 changed files
with
116 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
topics/proteomics/tutorials/proteogenomics-dbcreation/faqs/alignment_tools.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Is it possible to replace the existing alignment tools such as HISAT and Freebayes with other tools? | ||
box_type: question | ||
layout: faq | ||
contributors: [subinamehta] | ||
--- | ||
|
||
The tools in this workflow are customizable, however, the user has to ensure that the inputs are in the correct format, while using the same reference genome database. | ||
|
9 changes: 9 additions & 0 deletions
9
topics/proteomics/tutorials/proteogenomics-dbcreation/faqs/chromosome_names.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Why do we change the chromosome names in the Ensembl GTF to match the UCSC genome reference? | ||
box_type: question | ||
layout: faq | ||
contributors: [subinamehta] | ||
--- | ||
|
||
UCSC chromosome names begin with the prefix `chr`, but Ensembl chromosome names do not. For example, chromosome 19 would be denoted as `chr19` in UCSC, and as `19` in Ensemble. Most tools would view those as different when looking for matches/overlaps. Therefore it is always a good idea to make sure these match before you perform any downstream analysis. | ||
|
20 changes: 20 additions & 0 deletions
20
...cs/tutorials/proteogenomics-dbcreation/faqs/proteogenomics_example_histories.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Example histories for the proteogenomics tutorials | ||
area: proteogenomics general | ||
box_type: tip | ||
layout: faq | ||
contributors: [subinamehta] | ||
--- | ||
|
||
If you get stuck or would like to see what the results should look like, you can have a look at one of the following public histories: | ||
|
||
Galaxy EU (usegalaxy.eu): | ||
- History1: [Part 1: database creation](https://usegalaxy.eu/u/galaxyp/h/proteogenomics-1-database-creation) | ||
- History2: [Part 2: database search](https://usegalaxy.eu/u/galaxyp/h/proteogenomics-2-database-search) | ||
- History3: [Part3: novel peptide analysis](https://usegalaxy.eu/u/galaxyp/h/proteogenomics-3-novel-peptide-analysis) | ||
|
||
Galaxy Main (usegalaxy.org): | ||
- History 1: [Part 1: database creation](https://usegalaxy.org/u/nate/h/imported-from-usegalaxyeu-proteogenomics-1-database-creation) | ||
- History 2: [Part 2: database search](https://usegalaxy.org/u/nate/h/imported-from-usegalaxyeu-proteogenomics-2-database-search) | ||
- History 3: [Part 3: novel peptide analysis](https://usegalaxy.org/u/nate/h/imported-from-usegalaxyeu-proteogenomics-3-novel-peptide-analysis) | ||
|
10 changes: 10 additions & 0 deletions
10
.../proteomics/tutorials/proteogenomics-dbcreation/faqs/proteogenomics_own_data.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Can I use these workflows on datasets generated from our laboratory? | ||
area: proteogenomics general | ||
box_type: question | ||
layout: faq | ||
contributors: [subinamehta] | ||
--- | ||
|
||
Yes, the workflows can be used on other datasets as well. However, you will need to consider data acquisition and sample preparation methods so that the tool parameters can be adjusted accordingly. | ||
|
17 changes: 17 additions & 0 deletions
17
...teomics/tutorials/proteogenomics-dbcreation/faqs/proteogenomics_querytabular.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: The workflows contain several Query tabular for text manipulation, is there a tutorial for that? | ||
area: proteogenomics general | ||
box_type: question | ||
layout: faq | ||
contributors: [subinamehta] | ||
--- | ||
|
||
Query tabular loads a tabular database and creates a sqlite database and tabular file. To learn more about SQL Queries - please look at [this documentation](https://www.sqlite.org/docs.html). | ||
|
||
The help section on the Query Tabular tool provides simple examples of both filtering the input tabular datasets, as well as examples of SQL queries. Query Tabular also incorporates regex functions that can be used queries. The PSM report datasets in these tutorials have fields that are lists of protein IDs. | ||
|
||
Query Tabular help shows how to normalize those protein list fields so that we can perform operations by protein ID. See section: *Normalizing by Line Filtering into 2 Tables* in the tool help (below the tool in Galaxy). | ||
|
||
|
||
|
||
|
10 changes: 10 additions & 0 deletions
10
.../proteomics/tutorials/proteogenomics-dbcreation/faqs/proteogenomics_variants.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: What kind of variants are seen in the output? | ||
area: proteogenomics general | ||
box_type: question | ||
layout: faq | ||
contributors: [subinamehta] | ||
--- | ||
|
||
From this workflow we can see insertions, deletions, SNVs, or we will know whether it's an intron, exon, splice junction etc. | ||
|
9 changes: 9 additions & 0 deletions
9
topics/proteomics/tutorials/proteogenomics-dbcreation/faqs/variant_mapping_file.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Why do we have a variant mapping file when it is not being used in the workflow? | ||
box_type: question | ||
layout: faq | ||
contributors: [subinamehta] | ||
--- | ||
|
||
We are working on updating the existing annotation tool to include the variant mapping file. Once that is done, the variant mapping file will also be an input for those tools. | ||
|
11 changes: 11 additions & 0 deletions
11
topics/proteomics/tutorials/proteogenomics-dbsearch/faqs/mvp.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: In the MVP platform, is it possible to view the genomic location of all the peptides? | ||
box_type: question | ||
layout: faq | ||
contributors: [subinamehta] | ||
--- | ||
|
||
Not really, you can only view the genomic localization of the peptides that were present in the genomic mapping file (output from the first workflow). | ||
|
||
|
||
|
1 change: 1 addition & 0 deletions
1
...mics/tutorials/proteogenomics-dbsearch/faqs/proteogenomics_example_histories.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../proteogenomics-dbcreation/faqs/proteogenomics_example_histories.md |
1 change: 1 addition & 0 deletions
1
...cs/proteomics/tutorials/proteogenomics-dbsearch/faqs/proteogenomics_own_data.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../proteogenomics-dbcreation/faqs/proteogenomics_own_data.md |
1 change: 1 addition & 0 deletions
1
...roteomics/tutorials/proteogenomics-dbsearch/faqs/proteogenomics_querytabular.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../proteogenomics-dbcreation/faqs/proteogenomics_querytabular.md |
1 change: 1 addition & 0 deletions
1
...cs/proteomics/tutorials/proteogenomics-dbsearch/faqs/proteogenomics_variants.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../proteogenomics-dbcreation/faqs/proteogenomics_variants.md |
11 changes: 11 additions & 0 deletions
11
topics/proteomics/tutorials/proteogenomics-dbsearch/faqs/search_gui.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: How many search engines can you use in SearchGUI? | ||
box_type: question | ||
layout: faq | ||
contributors: [subinamehta] | ||
--- | ||
|
||
SearchGUI has options to use upto 9 search algorithms. However, running all at the same time can be time consuming. According to our initial test, upto 4 search engines can give you good results. | ||
|
||
|
||
|
1 change: 1 addition & 0 deletions
1
.../proteogenomics-novel-peptide-analysis/faqs/proteogenomics_example_histories.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../proteogenomics-dbcreation/faqs/proteogenomics_example_histories.md |
1 change: 1 addition & 0 deletions
1
...tutorials/proteogenomics-novel-peptide-analysis/faqs/proteogenomics_own_data.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../proteogenomics-dbcreation/faqs/proteogenomics_own_data.md |
1 change: 1 addition & 0 deletions
1
...rials/proteogenomics-novel-peptide-analysis/faqs/proteogenomics_querytabular.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../proteogenomics-dbcreation/faqs/proteogenomics_querytabular.md |
1 change: 1 addition & 0 deletions
1
...tutorials/proteogenomics-novel-peptide-analysis/faqs/proteogenomics_variants.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../proteogenomics-dbcreation/faqs/proteogenomics_variants.md |