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

For a better description, please read the following documentation:

Input file(s):

https://cnag-biomedical-informatics.github.io/convert-pheno

Command-Line Interface:

https://github.com/CNAG-Biomedical-Informatics/convert-pheno#readme

CITATION

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

Rueda, M. et al. "Convert-Pheno: A software toolkit for the interconversion of standard data models for phenotypic data". (2013), Manuscript in preparation.

AUTHOR

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

METHODS

See https://cnag-biomedical-informatics.github.io/convert-pheno/use-as-a-module.

COPYRIGHT

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