Tutorial:Orchestrating a small, parallel, RNA-seq pre-processing workflow using R
0
6
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States

http://rpubs.com/seandavi/KallistoFromR

In this little workflow, we will be using a relatively new technology, pseudoalignment and quantification to deal with RNA-seq data from eight samples. The technical steps are:

  1. Use the SRA SDK to download FASTQ files for each sample
  2. Build a transcriptome index for Kallisto
  3. Pseudoalignment and quantification with Kallisto
  4. Read Kallisto output into a SummarizedExperiment object

Technical skills being showcased include:

  1. Accessing data from SRA using R/SRA SDK
  2. Use of R system() functionality to orchestrate workflows involving command-line programs
  3. Parallel processing with BiocParallel
  4. RNA-seq processing with Kallisto
rnaseq biocparallel workflows sra Tutorial • 3.9k views
ADD COMMENT
0
Entering edit mode

Great tutorial. I found that the "abundance.txt" file referred to before the call to runKalllisto() is actually called "abundance.tsv". After making that change everything runs smoothly.

ADD REPLY

Login before adding your answer.

Traffic: 635 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6