Quantify gene expression with kallisto #6
-
Hi Team, I want to quantify the gene expression, but my experiment requires a different transcriptome that is not available in kallisto. In the A-to-Z tutorial Analysis #2 mentioned that I can index any FASTA file through RNAlysis, by entering the “FASTQ” menu -> “RNA sequencing quantification” -> “Create kallisto index…”. But I don't understand what kind of file I have to load. Is it the FASTA file of the full genome sequencing? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi Nazera, Other aligners (such as HISAT2) can work with a reference genome instead of a reference transcriptome, but kallisto was created to work specifically with transcriptomes. If you have any other questions, feel free to reply or open another thread. Good luck, |
Beta Was this translation helpful? Give feedback.
-
Hi Guy, Thanks. Traceback (most recent call last): File "C:\Users\nazer\AppData\Local\Programs\Python\Python310\lib\site-packages\rnalysis\gui\gui.py", line 3425, in finish_generic_job File "C:\Users\nazer\AppData\Local\Programs\Python\Python310\lib\site-packages\rnalysis\gui\gui_widgets.py", line 268, in run File "C:\Users\nazer\AppData\Local\Programs\Python\Python310\lib\site-packages\rnalysis\fastq.py", line 70, in kallisto_create_index File "C:\Users\nazer\AppData\Local\Programs\Python\Python310\lib\site-packages\rnalysis\utils\io.py", line 1294, in run_subprocess File "C:\Users\nazer\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 971, in init File "C:\Users\nazer\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 1440, in _execute_child FileNotFoundError: [WinError 2] The system cannot find the file specified |
Beta Was this translation helpful? Give feedback.
Hi Nazera,
The file you need to load in order to create a kallisto index is a FASTA of your organism's transcriptome.
Meaning, each sequence in the FASTA file is a transcript. If a gene has multiple transcripts (e.g. alternative splicing), then each of those transcripts should be its own sequence in the FASTA file.
Other aligners (such as HISAT2) can work with a reference genome instead of a reference transcriptome, but kallisto was created to work specifically with transcriptomes.
If you have any other questions, feel free to reply or open another thread.
Good luck,
Guy.