The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Convert::Pheno - A module to interconvert common data models for phenotypic data

SYNOPSIS

 use Convert::Pheno;

 # Create a new object
 
 my $convert = Convert::Pheno->new($input);
 
 # Apply a method 
 
 my $data = $convert->redcap2bff;

DESCRIPTION

CITATION

The author requests that any published work that utilizes Convert-Pheno includes a cite to the the following reference:

Rueda, M. "Convert-Pheno: A software toolkit for the interconversion of standard data models for phenotypic data". iManuscript in preparation.

AUTHOR

Written by Manuel Rueda, PhD. Info about CNAG can be found at https://www.cnag.crg.eu.

METHODS

COMMON ERRORS AND SOLUTIONS

 * Error message: Foo
   Solution: Bar

 * Error message: Foo
   Solution: Bar

COPYRIGHT

This PERL file is copyrighted. See the LICENSE file included in this distribution.