GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Bio::MAGETAB::Util::RewriteAE(3) User Contributed Perl Documentation Bio::MAGETAB::Util::RewriteAE(3)

Bio::MAGETAB::Util::RewriteAE - A utility class providing methods to correct some common errors in ArrayExpress MAGE-TAB documents.

 use Bio::MAGETAB::Util::RewriteAE;
 my $rw = Bio::MAGETAB::Util::RewriteAE->new();
 $rw->rewrite_sdrf( $sdrf );
 $rw->rewrite_idf( $idf );

At the time of writing, many ArrayExpress MAGE-TAB documents do not fully comply with the latest MAGE-TAB specification, and this class can be used to rewrite such documents prior to import with the main Bio::MAGETAB classes. Typically the order of rewriting should be as shown in the SYNOPSIS, with the SDRF being rewritten first. This is so the RewriteAE object can record all the Term Sources referenced by the SDRF and make sure they are all declared in the IDF.

rewrite_sdrf
Given the name of an SDRF file, overwrite said file with a fixed copy.
rewrite_idf
Given the name of an IDF file, overwrite said file with a fixed copy.

Bio::MAGETAB Bio::MAGETAB::Util::Reader

Tim F. Rayner <tfrayner@gmail.com>

This library is released under version 2 of the GNU General Public License (GPL).
2013-01-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.