I'm very surprised to see that the only available output for cuffdiff is now in the cummerbund compatible rsqlite db. I can't see any way to actually analyze that data in galaxy. Although I'm competent with bash, not as much w/ R. It seems to me now that there is no way to actually analyze your RNA-seq using cuffdiff in Galaxy. The only way is to download the Rsqllite db output and analzye it there. Isn't this contrary to the entire purpose of galaxy? Its a bit frustrating that the older version of Cuffdiff, which output tab-delimited text files was much easier to interface with other datasets either on the command line or in galaxy. Am I missing something here?
Heads up! This is a static archive of our support site. Please go to help.galaxyproject.org if you want to reach the Galaxy community. If you want to search this archive visit the Galaxy Hub search
Question: cuffdiff & cummerbund
1
Keith E. Giles • 170 wrote:
ADD COMMENT
• link
•
modified 3.5 years ago
by
Bjoern Gruening ♦ 5.1k
•
written
3.5 years ago by
Keith E. Giles • 170
3
Bjoern Gruening ♦ 5.1k wrote:
Hi Keith,
you need to have this tool available: https://toolshed.g2.bx.psu.edu/view/devteam/cummerbund_to_tabular
It will extract you all needed information as before. See also this discussion here: https://github.com/galaxyproject/tools-devteam/pull/138.
If you have cummerbund around (https://toolshed.g2.bx.psu.edu/view/devteam/cummerbund) you can also produce a lot of pictures from your sqlite storage.
Ciao,
Bjoern
Please log in to add an answer.
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 16.09
Traffic: 173 users visited in the last hour
Oddly enough, a tool called 'CuffDiff for CummeRbund" produces all of the tabular outputs you're looking for and does not produce the sqlite file by default. Go figure
Even more oddly enough, a couple of tools, called "Extract_CuffDiff" and "Plot_CuffDiff" are advertised in the Galaxy Videos (see "NGS101-16 RNA-Seq: Playing with CuffDiff output and Cummerbund to find differentially expressed transcripts" here https://vimeo.com/128265982) but are implemented in the test.galaxyproject.org instance only and NOT in the usegalaxy.org instance. Release of "Extract_CuffDiff" function on Galaxy Main would solve the problem!
EDIT: I just noticed that the CuffDiff tool on GalaxyMain has been reverted to previous behaviour: it does not produce the sqldb anymore but the old 10-11 files (expression testing and FPKM trackings...). This is good news enough at least until the new "extract_CuffDiff" function will not be made available.