MW-ssNA

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


	perl Makefile.PL
	make
	make test
	make install

MODULE INFORMATION:

The input file may contain one or more sequences (should be in FASTA format).

The formulas used to calculate molecular weight of ssDNA and ssRNA are;

ssDNA : ssdna = (An * 313.2) + (Tn * 304.2) + (Gn * 329.2) + (Cn * 289.2);

ssRNA : ssrna = (An * 329.2) + (Un * 306.2) + (Gn * 345.2) + (Cn * 305.2);

where 'n' refers to the total number of occurrences. 

The option values are;

'd'	-	to find molecular weight of ssDNA



( run in 0.827 second using v1.01-cache-2.11-cpan-26ccb49234f )