Understanding how-are-we-stranded-here and salmon parameters
1
0
Entering edit mode
16 months ago
pubsurfted ▴ 40

Hello. Can anyone explain to me what they mean by "a corresponding gtf" and where do I get it from? I'm super new to this stuff and have trouble understanding which files are which.

It also requires a transcriptome annotation (.fasta file - e.g. ensembl’s .cdna.fasta, or a prebuilt kallisto index), and a corresponding gtf.

And for salmon, in the following command:

salmon quant -i <transcriptome index> --libType A \
             -o <out dir and prefix> -1 test_1.fq.gz -2 test_2.fq.gz
             -p <assigned threads>

Where do I get a transcriptome index for a SRPxxxxx?

Edit: I'm working with RNA-Seq data

RNA-Seq • 501 views
ADD COMMENT
2
Entering edit mode
16 months ago
dsull ★ 5.8k

download fasta and gtf here (if working with human): https://uswest.ensembl.org/Homo_sapiens/Info/Index

You can't use kallisto or salmon unless you build an index for them and typically an index requires a FASTA (e.g. one you'd download from the link above). The "getting started" tutorials for either tool shows you how to build an index.

ADD COMMENT

Login before adding your answer.

Traffic: 3020 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