Friday, March 17, 2006

The Scriptome - Protocols for Manipulating Biological Data

The Scriptome - Protocols for Manipulating Biological Data: "The Scriptome - Protocols for Manipulating Biological Data

The Scriptome is a set of tools that filter, format, and merge data in tabular or common biological formats. Use single tools to take a quick look at data, or string tools together in a protocol to explore the data more deeply."

The Scriptome was designed especially for non-programmers or beginning programmers, although more experienced programmers may find the site useful as a data manipulation "cookbook". The tools can be used without understanding them. Alternatively, you might find that reading and playing with small, working code examples - and using them on your own data - is a good way to learn Perl.

If you don't want to read the extensive help, take a text file and add line numbers to it with calc_line_numbers (from the Calc page). Or change a FASTA file to tabular format using change_fasta_to_tab (from the Change page). Also, see the example that follows each tool.