NAME

MW::ssNA - Perl extension to calculate molecular weight of ssDNA or ssRNA.

VERSION

Version 1.00

SYNOPSIS

use MW::ssNA;
my @foo = ssNA("input_filename","option");
# option : 'd'-DNA, 'r'-RNA, 'cd'-total count of ATGC in DNA, 'cr'-total count of AUGC in RNA
foreach(@foo) { print;}

AUTHOR

SHANKAR M, <msinfopl at gmail.com>

BUGS

Please report any bugs or feature requests to msinfopl at gmail.com

ACKNOWLEDGEMENTS

Saravanan S E and Sabarinathan Radhakrishnan, for all their valuable thoughts and care.

LICENSE AND COPYRIGHT

Copyright 2011 Shankar M.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.