Skip to content

Latest commit

 

History

History
131 lines (71 loc) · 2.55 KB

mapping.rst

File metadata and controls

131 lines (71 loc) · 2.55 KB

Mapping short reads

synopsis

Asela Wijeratne<awijeratne@astate.edu>

rest

Mapping short reads

If you are using genome as the reference for RNAseq reads, you will need to use a splice-aware aligner like Tophat2. If you are using cDNA as the reference, you can use a general purpose aligner like Bowtie2.

You need to do only one of the procedures based on what your group have been assigned to.

Step 1: Mapping with Tophat2

  1. Click on App.
  1. In the finder window type "Tophat"
  1. Select "Tophat2-PE".

  1. As indicated in the figure, Name your analysis as you want.
  1. Select the output folder where your analysis is going to be.
  1. Click on "Input data"

  1. Click on the Green "+" sign.

8. Navigate to the folder where your samples are located. Select only the first read files. Click "OK". You can select all three of your first read files.

  1. Scroll down and click on the "+" below "Fastq file(s) (Read 2 of paired end reads):"
  1. Select "Reference Genome" and select the tomato genome sequence as input.

  1. Make sure quality is Sanger and leave rest of the default values as they are. Launch the analysis.

|

Step 2: Mapping with Bowtie2

  1. Click on App.
  1. In the finder window type "Bowtie".

3. Select Bowtie app indicated in the figure.

  1. As indicated in the figure, Name your analysis as you want.
  1. Select the output folder where your analysis is going to be.

  1. Click on "Input"

8. Navigate to the folder where your samples are located. Select first and second read files. You can only input one sample at a time.

  1. You need to name your output file carefully. For e.g., if it is heat1 sample, name the output as heat1.sam.

  1. Select "Reference Index" and select the tomato cDNA sequence as input.

  1. Select options. Set "Minimum fragment length" as 100 and "Maximum fragment length" as 600. Launch the analysis.