Usecase ea: Difference between revisions

From referenceTSS
Jump to: navigation, search
(preinput text)
 
(URL adjustment)
Line 3: Line 3:
GWAS-LD enrichment analysis examines the number of TSSs overlapping with LD blocks on the genome or a '''given TSS ID list''' provided by the user ('''e.g., significant TSS sets from differential analysis'''). Here we introduce the workflow of this method.
GWAS-LD enrichment analysis examines the number of TSSs overlapping with LD blocks on the genome or a '''given TSS ID list''' provided by the user ('''e.g., significant TSS sets from differential analysis'''). Here we introduce the workflow of this method.


[[File:https://raw.githubusercontent.com/suimye/test_github/main/uPic/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202023-06-05%2023.36.36.png|center|frameless|300px]]
<html>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/suimye/test_github/main/uPic/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202023-06-05%2023.36.36.png" style="zoom:60%;"></p>
</html>
 


===== 1. Differential analysis is carried out with refTSS as the reference =====
===== 1. Differential analysis is carried out with refTSS as the reference =====
Line 9: Line 12:
# TSS tag counts are calculated against the refTSSv4 TSS reference using TSS sequencing data (e.g., CAGE, RAMPAGE, etc.). For instance, the `featureCounts` function in the Subread package can be useful for this process.
# TSS tag counts are calculated against the refTSSv4 TSS reference using TSS sequencing data (e.g., CAGE, RAMPAGE, etc.). For instance, the `featureCounts` function in the Subread package can be useful for this process.
# Normalization and statistical testing were performed by standard packages such as DESeq2 and edgeR. For example, edgeR is used to calculate statistical significance between treated and control samples.
# Normalization and statistical testing were performed by standard packages such as DESeq2 and edgeR. For example, edgeR is used to calculate statistical significance between treated and control samples.
# The IDs of TSSs showing significant expression changes are extracted from the testing results. These TSS IDs are input into the refTSS website for GWAS-LD enrichment analysis. Here is an example file of TSS ID lists from CAGE analysis of neural crest cell differentiation experiments with iPS cells ([[https://reftss.riken.jp/reftss/userfiles/gwas_ld_example_ids.230607.txt|day0_vs_day18]]).
# The IDs of TSSs showing significant expression changes are extracted from the testing results. These TSS IDs are input into the refTSS website for GWAS-LD enrichment analysis. Here is an example file of TSS ID lists from CAGE analysis of neural crest cell differentiation experiments with iPS cells ([[Source::https://reftss.riken.jp/reftss/userfiles/gwas_ld_example_ids.230607.txt| day0_vs_day18]]).
 
 


===== 2. GWAS-LD enrichment analysis =====
===== 2. GWAS-LD enrichment analysis =====


[[File:https://github.com/suimye/test_github/assets/296176/15be287f-be9a-437e-b0b0-10cedceaf619|center|frameless|300px]]
<html>
<p style="text-align: center;"><img src="https://github.com/suimye/test_github/assets/296176/15be287f-be9a-437e-b0b0-10cedceaf619" style="zoom:60%;"></p>
</html>


From the menu, select refTSS-LD and paste the TSS IDs into the box.
From the menu, select refTSS-LD and paste the TSS IDs into the box.
Line 19: Line 26:
===== 3. Interpreting the results of the enrichment analysis =====
===== 3. Interpreting the results of the enrichment analysis =====


[[File:https://github.com/suimye/test_github/assets/296176/1cf69b4d-d103-4ea5-a824-443c602fb4b0|center|frameless|300px]]
<html>
<p style="text-align: center;"><img src="https://github.com/suimye/test_github/assets/296176/1cf69b4d-d103-4ea5-a824-443c602fb4b0" style="zoom:60%;"></p>
</html>


The table shows the results of the GWAS-LD analysis conducted using the example data. Results are sorted by order of FDR. The enriched TSS IDs are displayed in the "hits" column, allowing for inspection of which TSSs are concentrated in LD blocks grouped by traits.
The table shows the results of the GWAS-LD analysis conducted using the example data. Results are sorted by order of FDR. The enriched TSS IDs are displayed in the "hits" column, allowing for inspection of which TSSs are concentrated in LD blocks grouped by traits.
Line 29: Line 38:
GO and KEGG pathway annotation enrichment analysis examines the over-representation of genes with biological annotations such as GO and KEGG pathways. Here we introduce the workflow of general annotation enrichment analysis using refTSS and external enrichment analysis tools.
GO and KEGG pathway annotation enrichment analysis examines the over-representation of genes with biological annotations such as GO and KEGG pathways. Here we introduce the workflow of general annotation enrichment analysis using refTSS and external enrichment analysis tools.


[[File:https://github.com/suimye/test_github/assets/296176/bca5220d-ebd4-48a2-a923-079112ce2a64|center|frameless|300px]]
<html>
<p style="text-align: center;"><img src="https://github.com/suimye/test_github/assets/296176/bca5220d-ebd4-48a2-a923-079112ce2a64" style="zoom:60%;"></p>
</html>


===== 1. General annotation enrichment analysis is carried out with refTSS as the reference =====
===== 1. General annotation enrichment analysis is carried out with refTSS as the reference =====
Line 37: Line 48:
# The IDs of TSSs showing significant expression changes are extracted from the differential expression analysis results.
# The IDs of TSSs showing significant expression changes are extracted from the differential expression analysis results.
# The TSS IDs are input into the ID conversion tool on the refTSS website.
# The TSS IDs are input into the ID conversion tool on the refTSS website.
[[File:https://github.com/suimye/test_github/assets/296176/7d0d22ab-4622-4d9f-819d-0c0df08e42db|center|frameless|300px]]
 
<html>
<p style="text-align: center;"><img src="https://github.com/suimye/test_github/assets/296176/7d0d22ab-4622-4d9f-819d-0c0df08e42db" style="zoom:60%;"></p>
</html>
 
# The extracted Gene Symbols are input into external enrichment analysis tools such as '''DAVID, MetaScape, and ClusterProfiler'''.
# The extracted Gene Symbols are input into external enrichment analysis tools such as '''DAVID, MetaScape, and ClusterProfiler'''.

Revision as of 10:27, 3 October 2024

3. Workflow of GWAS-LD enrichment analysis

GWAS-LD enrichment analysis examines the number of TSSs overlapping with LD blocks on the genome or a given TSS ID list provided by the user (e.g., significant TSS sets from differential analysis). Here we introduce the workflow of this method.


1. Differential analysis is carried out with refTSS as the reference
  1. TSS tag counts are calculated against the refTSSv4 TSS reference using TSS sequencing data (e.g., CAGE, RAMPAGE, etc.). For instance, the `featureCounts` function in the Subread package can be useful for this process.
  2. Normalization and statistical testing were performed by standard packages such as DESeq2 and edgeR. For example, edgeR is used to calculate statistical significance between treated and control samples.
  3. The IDs of TSSs showing significant expression changes are extracted from the testing results. These TSS IDs are input into the refTSS website for GWAS-LD enrichment analysis. Here is an example file of TSS ID lists from CAGE analysis of neural crest cell differentiation experiments with iPS cells (day0_vs_day18).


2. GWAS-LD enrichment analysis

From the menu, select refTSS-LD and paste the TSS IDs into the box.

3. Interpreting the results of the enrichment analysis

The table shows the results of the GWAS-LD analysis conducted using the example data. Results are sorted by order of FDR. The enriched TSS IDs are displayed in the "hits" column, allowing for inspection of which TSSs are concentrated in LD blocks grouped by traits.


4. Workflow of general annotation enrichment analysis

GO and KEGG pathway annotation enrichment analysis examines the over-representation of genes with biological annotations such as GO and KEGG pathways. Here we introduce the workflow of general annotation enrichment analysis using refTSS and external enrichment analysis tools.

1. General annotation enrichment analysis is carried out with refTSS as the reference
  1. TSS tag counts are calculated against the refTSSv4 TSS reference using TSS sequencing data (e.g., CAGE, RAMPAGE, etc.). The `featureCounts` function in the Subread package can be useful for this process.
  2. Normalization and statistical testing were performed by standard packages such as DESeq2 and edgeR. For example, edgeR is used for statistical significance calculations between treated and control samples.
  3. The IDs of TSSs showing significant expression changes are extracted from the differential expression analysis results.
  4. The TSS IDs are input into the ID conversion tool on the refTSS website.

  1. The extracted Gene Symbols are input into external enrichment analysis tools such as DAVID, MetaScape, and ClusterProfiler.