Skip to content

RunKallisto

homonecloco edited this page Oct 22, 2015 · 2 revisions

Run Kallisto on a single sample

expVIP can run Kallisto and load the tpm and counts to the database. The only requirement is to run kallisto index on the transcriptome reference.

Graphical interface

  1. Double click on run_kallisto.sh alt text
  2. Click on Execute on terminal alt text
  3. Give a name to the set of mappings to be grouped. All mappings done with the same reference and preference should have the same name. alt text
  4. Get the name of the reference. This name must be the same used when loading the metadata alt text
  5. Select a folder with the reads. The reads must be paired reads. The folder name must be the same as the accession used on the metadata. alt text
  6. Select the kallisto index alt text
  7. Wait for Kallisto to run and load the data alt text

You can reepeat this with all the samples or you can use the batch load.

Rake task

kallisto:runAndStorePaired[kallistoIndex,input_folder,metaExperimentName,geneSetName]

Where metaExperimentName is the name of the group of alignments under the same conditions and ```geneSetName`` is the name of the reference.