You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##### Input: CSV files of the variants list to be annotated, the FAVOR database information <ahref="FAVORannotator_csv/FAVORdatabase_chrsplit.csv">**FAVORdatabase_chrsplit.csv**</a>,
33
33
the FAVOR database, and the directory xsv software. For more details, please see the R script.
34
34
##### Output: CSV files of the annotated variants list.
@@ -37,7 +37,7 @@ the FAVOR database, and the directory xsv software. For more details, please see
37
37
The annotations in this file is a subset of `Anno_chrXX.csv`. <br>
38
38
39
39
#### Step 3: Generate the annotated GDS (aGDS) file
##### Input: GDS files and the CSV files of annotated variants list (`Anno_chrXX.csv` or `Anno_chrXX_STAARpipeline.csv`). For more details, please see the R script.
42
42
##### Output: aGDS files including both the genotype and annotation information.
43
43
@@ -109,66 +109,66 @@ The number of output files is the summation of the column "scang_num" for the ob
109
109
110
110
## Summarization and visualization of association analysis results using STAARpipelineSummary
111
111
### Step 0 (Optional): Select independent variants from a known variants list to be used in conditional analysis
Perform LD pruning (stepwise selection) to select the subset of independent variants from a known variants list to be used in conditional analysis.
114
114
#### Input: aGDS files, a list of known variants (CHR, POS, REF and ALT) and the STAAR null model.
115
115
<ahref="STAARpipelineSummary_Known_Loci_Info.r">**STAARpipelineSummary_Known_Loci_Info.r**</a> extracts the information of CHR, POS, REF and ALT from #rs. For more details, please see the R script.
116
116
#### Output: a Rdata file containing a list of independent variants to be used in conditional analysis.
117
117
<ahref="STAARpipelineSummary_Known_Loci_Pruning_Combination.r">**STAARpipelineSummary_Known_Loci_Pruning_Combination.r**</a> combines chromosome-wide results into genome-wide.
Summarize single-variant analysis results and perform conditional analysis of unconditionally significant variants by adjusting a list of known variants.
122
122
#### Input: aGDS files, individual analysis results generated by STAARpipeline, STAAR null model and a list of known variants. For more details, please see the R script.
123
123
#### Output: The summary includes the Manhattan plot, Q-Q plot, and conditional p-values of unconditionally significant variants.
124
124
125
125
Note: <ahref="STAARpipelineSummary_Known_Loci_Individual_Analysis_Pruning.r">**STAARpipelineSummary_Known_Loci_Individual_Analysis_Pruning.r**</a> and <ahref="STAARpipelineSummary_Known_Loci_Individual_Analysis_Pruning_Combination.r">**STAARpipelineSummary_Known_Loci_Individual_Analysis_Pruning_Combination.r**</a> show an example to select independent variants from both the known variants in literature and significant single variants detected in individual analysis, which can be used for variant-set conditional analysis.
Summarize gene-centric coding analysis results and perform conditional analysis of unconditionally significant coding masks by adjusting a list of known variants.
130
130
#### Input: aGDS files, gene-centric coding analysis results generated by STAARpipeline, STAAR null model and a list of known variants. For more details, please see the R script.
131
131
#### Output: The summary includes the Manhattan plot, Q-Q plot, and conditional p-values of unconditionally significant coding masks.
Summarize gene-centric noncoding analysis results and perform conditional analysis of unconditionally significant noncoding masks by adjusting a list of known variants.
136
136
#### Input: aGDS files, gene-centric noncoding analysis results generated by STAARpipeline, STAAR null model and a list of known variants. For more details, please see the R script.
137
137
#### Output: The summary includes the Manhattan plot, Q-Q plot, and conditional p-values of unconditionally significant noncoding masks.
Summarize sliding window analysis results and perform conditional analysis of unconditionally significant genetic regions by adjusting a list of known variants.
142
142
#### Input: aGDS files, sliding window analysis results generated by STAARpipeline, STAAR null model and a list of known variants. For details, see the R scripts.
143
143
#### Output: The summary includes the Manhattan plot, Q-Q plot, and conditional p-values of unconditionally significant sliding windows.
Summarize dynamic window analysis results and perform conditional analysis of unconditionally significant genetic regions by adjusting a list of known variants.
148
148
#### Input: aGDS files, dynamic window analysis results generated by STAARpipeline, STAAR null model and a list of known variants. For more details, please see the R script.
149
149
#### Output: The summary includes the Manhattan plot, Q-Q plot, and conditional p-values of unconditionally significant dynamic windows.
150
150
151
151
### Step 5.1: Functionally annotate a list of variants
0 commit comments