NAME
Metabolomics::Utils - Perl Utils extension metabolomics::fragment::annotation module
VERSION
Version 0.01
SYNOPSIS
use Metabolomics::Utils;
DESCRIPTION
Metabolomics::Utils is a module containing little helper as formatters, parsers, conf called during annotation steps
EXPORT
SUBROUTINES/METHODS
METHOD new
## Description : set a new utils object
## Input : NA
## Output : $oUtils
## Usage : my ( $oBank ) = Metabolomics::Utils->new ( ) ;
METHOD _roundFloat
## Description : round a float by the sended decimal
## Input : $number, $decimal
## Output : $round_num
## Usage : my ( $round_num ) = round_num( $number, $decimal ) ;
METHOD getSmallestDecimalPartOf2Numbers
## Description : get the smallest decimal part of two numbers
## Input : $float01, $float02
## Output : $commonLenghtDecimalPart
## Usage : my ( $commonLenghtDecimalPart ) = getSmallestDecimalPartOf2Numbers ( $float01, $float02 ) ;
METHOD utilsAsConf
## Description : build a conf from a conf file with KEY=VALUE structure
## Input : $file
## Ouput : $oConf (a hash)
## Usage : my ( $oConf ) = utilsAsConf( $file ) ;
AUTHOR
Franck Giacomoni, <franck.giacomoni at inra.fr>
SEE ALSO
All information about Metabolomics::Banks would be find here: https://services.pfem.clermont.inra.fr/gitlab/fgiacomoni/metabolomics-fragnot
BUGS
Please report any bugs or feature requests to bug-Metabolomics-Fragment-Annotation at rt.cpan.org
, or through the web interface at https://rt.cpan.org/Public/Dist/Display.html?Name=Metabolomics-Fragment-Annotation. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Metabolomics::Utils
RT: CPAN's request tracker (report bugs here)
https://rt.cpan.org/Public/Dist/Display.html?Name=Metabolomics-Fragment-Annotation
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
https://cpanratings.perl.org/d/Metabolomics-Fragment-Annotation
Search CPAN
https://metacpan.org/release/Metabolomics-Fragment-Annotation
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
CeCILL Copyright (C) 2019 by Franck Giacomoni
Initiated by Franck Giacomoni
followed by INRA PFEM team
Web Site = INRA PFEM