Skip to content

Commit

Permalink
Edit Readme, add heatmap PNG
Browse files Browse the repository at this point in the history
  • Loading branch information
mossmatters committed May 14, 2015
1 parent a40f3ab commit 73f3b83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ The ID for each sequence should include the bait source and the protein ID, sepa
`>Amborella-atpH
MNPLISAASVIAAGLAVGLASIGPGVGQGTAAGQAVEGIARQPEAEGKIRGTLLLSLAFM`

[Future plans: Add helper script to do this]

To execute the entire pipeline, create a directory containing the paired-end read files.
The script `reads_first.py` will create a directory based on the fastq filenames (or use the `--prefix` flag):

Expand All @@ -81,6 +79,10 @@ The following command will execute the entire pipeline on a pair of Illumina rea

For best results, these three input files should be in the current directory.

The BLASTx version of the pipeline (default) is intended for amino acid sequences.
Although it is slower than the BWA version, it may have higher specificity.
Reads may not align to divergent nucleotide bait sequences, which are required for the BWA version.
If you find the recovery efficiency is poor with BWA, you may want to try again with BLASTx.


#Pipeline Scripts
Expand Down Expand Up @@ -261,7 +263,7 @@ Install these using `install.packages` before running the script.
You will need to set the name of your input file (the one produced by `get_seq_lengths.py`) at the top of the script.
The output will look something like this:

![heatmap](examples/plastids_heatmap.pdf)
![heatmap](examples/plastids_heatmap.png)

Each row shows a sample, and each column is a gene (in this case, one of the 44 chloroplast genes). The amount of shading in each box corresponds to the length of the gene recovered for that sample, relative to the length of the reference (bait).

Expand Down
Binary file added examples/plastids_heatmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73f3b83

Please sign in to comment.