Kallisto counts to Bayseq
1
0
Entering edit mode
6.5 years ago

Hello Biostars, Is it possible to import Kallisto output to BaySeq? Which is the best way to do it? Thanks in advance

RNA-Seq • 1.3k views
ADD COMMENT
1
Entering edit mode
6.5 years ago

Most or possibly all programs that conduct downstream analyses will accept any type of data.matrix or data.frame that has transcripts as rows and samples as columns. I don't believe that BaySeq is any exception.

You can either read your files manually into R with a loop that runs over a file listing (i.e. your Kallisto counts files), or you can use the highly recommended (by the main players in RNA-seq analyses) tximport.

Once you have your count data read in, you can then run it through BaySeq.

Kevin

ADD COMMENT

Login before adding your answer.

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