Is Latex Still Worth Learning From A Bioinformatics Perspective, And If So Which Package Would You Consider?
5
6
Entering edit mode
13.2 years ago

On stackoverflow the same question was asked some time ago: is LateX worth learning today? I use LaTeX, but whenever I need to share or collaborate on a text, I often have to convert to Word. I still like LaTeX because of packages like TiKZ and Sweave.

What would the answer be from a bioinformatics perspective and what are bioinformatics relevant packages?

• 5.7k views
ADD COMMENT
8
Entering edit mode
13.2 years ago
Laurent ★ 1.7k

IMHO, LaTeX is very important if you are concerned with reproducible research (in combination with Sweave and R for instance). There are of course other alternatives, like org-mode and babel for instance.

In terms of relevant packages, I remember enjoying texshade very much, to include nicely formatted sequence alignments in my documents. Although I have never used it, I remember reading about newicktree to plot phylogenetic trees. In general, I find programming my trees or networks into the documents very useful.

Regarding collaborative work, I tend to avoid Microsoft Word. Nothing can beat a concurrent versions system and raw text files (like .tex for instance), especially when there are more than a handful of authors. If LaTeX is an issue, I would invite my collaborators to get a go with Google Docs.

As a conclusion, I think that LaTeX for the sake of LaTeX is probably not essential (although advisable), but some by-products of doing things the LaTeX way, like literate programming, are crucial.

ADD COMMENT
0
Entering edit mode

+1, texshade is grate. Recommend another one DNAseq.

ADD REPLY
3
Entering edit mode
13.2 years ago

I think the best reason to learn LaTeX is that it helps you to better understand what even a WYSIWYG editor does below the surface. That helps you to understand why for instance MS-Word often behaves weird when you copy-paste things complete with formatting info (I wished the paste special as "unformatted Unicode text" option was the default).

About collaboration. Environments like Dropbox allow for a reasonable version and collision control system that even Biologists can use. And it is probably easier for you to learn Word than for the average Biologist to learn LaTeX. Of course you can embed LaTeX formatted objects if that is important or convenient.

ADD COMMENT
0
Entering edit mode

I agree with this advice. LateX helps to learn "structure before contents".

ADD REPLY
0
Entering edit mode

I'm with you on wishing MS Word's default paste action for text could be unformatted.

(And I use LaTeX by choice)

ADD REPLY
1
Entering edit mode
13.2 years ago
Ketil 4.1k

My documents are normally a makefile that runs a variety of xelatex, bibtex, and gnuplot on input files in order to generate the required output, and with everything in version control. But this isn't a solution for everyone, and normally, bioinformaticians will collaborate with biologists (who only will know Word), and the real typesetting will be performed by journals, so you don't need to care much about output quality. So, no, I don't think you need to learn LaTeX. But maybe you should anyway?

ADD COMMENT
1
Entering edit mode
13.1 years ago

There are other uses than writing papers in LaTeX.

I have found it very useful to write tools that generate reports in LaTeX. Instead of getting an incomprehensible text file, you can arrange so that your data is presented in nicely typeset documents.

ADD COMMENT
0
Entering edit mode

LaTex is very useful in formating logs.

ADD REPLY
0
Entering edit mode
13.2 years ago
Casbon ★ 3.3k

If ever need to write an equation then yes, otherwise no.

ADD COMMENT
1
Entering edit mode

I don;t think that is an important reason either. MS-Office contains a TeX like equation editor that works quite well. See: http://en.wikipedia.org/wiki/Microsoft_Equation_Editor

ADD REPLY
1
Entering edit mode

I'd disagree that you need to learn LaTex to assume its equation editing capabilities. I'm doing a parttime maths MSc and found LyX http://www.lyx.org/ , which is a frontend to latex and doesn't require you to know any Latex code, and yet you can get (almost) all the equation/typesetting functionality that you'd get in Latex

ADD REPLY
0
Entering edit mode

+1 for Lyx as GUI-Latex hybrid; really useful if you want to have most of the advantages without having to learn Tex.

ADD REPLY

Login before adding your answer.

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