-
-
06 Dec 2011 16:57:09 UTC
- Distribution: MW-ssNA
- Module version: 1.00
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (222 / 284 / 0)
- Kwalitee
Bus factor: 0- 10.26% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (2.74KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
SHANKAR M
- Dependencies
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install MW::ssNA, copy and paste the appropriate command in to your terminal.
cpanm MW::ssNA
perl -MCPAN -e shell install MW::ssNA
For more information on module installation, please visit the detailed CPAN module installation guide.