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
Copy file name to clipboardExpand all lines: README.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,3 +60,33 @@ qsub smurf.sh \
60
60
* SNPs: dbSNP sets v147 were downloaded from the UCSC table browser for each genome build. Two versions of the databases are available, "All" to filter out all known SNPs and "Common" to remove only those that have a minor allele frequency of >= 1%. This latter set might be of use if one wants to avoid removing potentially interesting somatic mutations that also appear as very rare polymorphisms in the population.
61
61
62
62
## Output
63
+
64
+
SMURF outputs a number of files, some for display and evaluation purposes, others as end results, and a final set for input into downstream tools, such as [C3D](https://github.com/LupienLabOrganization/C3D) or [GO](http://www.geneontology.org) annotation.
65
+
66
+
### Results Files
67
+
68
+
| File | Description |
69
+
|------|-------------|
70
+
| filtered vcf files | VCF files will be filtered for SNPs and blacklist regions a specified by the user |
71
+
|`FiltVarsInPeaks.txt`| Concatenated list of unique variants, overlapped with the input genomic regions, and including the names of samples they were identified in |
72
+
|`summary.txt`| Summary of the number of input regions,number mutated, number mutated significantly, and their distribution in promoter and enhancer regions |
73
+
|`annotated_regions.txt`| All input genomic regions annotated to either a promoter region (using Gencode as described above) OR to "DistalRE" (=distal regulatory element) if they fall outside promoter regions |
74
+
|`named_counts.txt`| Count of unique variants in each sample |
75
+
|`Mutated_Regions.txt` and other files with that prefix | All information on the mutated regions and stats on significance of mutation. Other files include suffixes indicating the subsequent filtering steps. `Freq3`: only includes regions with >=3 mutations from >= 3 different samples. `qval0.05`: only includes regions significantly mutated |
76
+
77
+
### Results Plots
78
+
79
+
| File | Description |
80
+
|------|-------------|
81
+
|`QQplot_Freq3.pdf`| self-explanatory |
82
+
|`barplot_mut_inRegions_Counts_and_Perc.pdf`| summary plots of the number of variants per sample and how many overlap with the provided genomic intervals |
83
+
|`Mutated_Regions_Freq3_qval0.05.pdf`| scatter plot of significantly mutated regions |
84
+
|`Mutated_Regions_Freq3_qval0.05_Promoters_VS_DistalREs.pdf`| same as above with added promoter/DistalRE annotation |
85
+
86
+
### Files for use in dowstream analyses
87
+
88
+
| File | Description |
89
+
|------|-------------|
90
+
|`Mutated_Regions_sigmut0.05_DistalRE_forc3d.bed`| significantly mutated regions annotated to enhancers, to use as input for C3D to identify downstream target promoters |
91
+
|`Mutated_Regions_sigmut0.05_DistalReAndProm.bed`| all significantly mutated regions; for use in GO applications for example, or TF motif enrichment |
92
+
|`Mutated_Regions_allmut_DistalREAndProm.bed`| all mutated regions |
0 commit comments