This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Salmon alignment to cancer transcriptome

I am trying to run a Salmon alignment of some RNASeq data from an experiment on cancer cells but the documentation uses the arabidopsis transcriptome rather than the human one. I looked on the ensembl website and found the genome but when I searched for the transcriptome I found one file related to metabolic states. Which of these is better to use or is there a better option to use for cancer in particular?

rna-seq

2 answers

If it is human then quantify against the human reference transcriptome, e.g available from GENCODE:

ftp://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_34/gencode.v34.transcripts.fa.gz

thanks! seems like that worked

Log in to answer this question.