Skip to content

Commit

Permalink
Added an example output for visualization tool
Browse files Browse the repository at this point in the history
  • Loading branch information
xiao-chen-xc committed May 19, 2020
1 parent 79707b0 commit b9ff571
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ A visualization tool for the SMNCopyNumberCaller result takes the .json file pro
smn_charts.py -s SMN_JSON_FILE \
-o OUTPUT_DIRECTORY
```
A .pdf file is produced for each sample in OUTPUT_DIRECTORY, containing four plots. The first two plots show where the raw depth values (vertical lines) stand against the population samples for the total SMN CN and the full length SMN CN. The third plot shows the raw CN values for SMN1 and SMN2 at 8 sites that we use to determine the consensus. #13 is the splice variant site. The last plot shows the raw read counts for SMN1 and SMN2 on the right y axis and the left y axis is a rough calculation of CN: #reads divided by the median haploid depth.
A .pdf file is produced for each sample in OUTPUT_DIRECTORY, containing four plots. The first two plots show where the raw depth values (vertical lines) stand against the population samples for the total SMN CN and the full length SMN CN. The third plot shows the raw CN values for SMN1 and SMN2 at 8 sites that we use to determine the consensus. #13 is the splice variant site. The last plot shows the raw read counts for SMN1 and SMN2 on the right y axis and the left y axis is a rough calculation of CN: #reads divided by the median haploid depth. An example can be found [here](https://github.com/Illumina/SMNCopyNumberCaller/blob/master/charts/data/smn_HG03458.pdf).

Binary file added charts/data/smn_HG03458.pdf
Binary file not shown.

0 comments on commit b9ff571

Please sign in to comment.