Re: [R] rho stat from a fasta sequence file

2012-01-16 Thread Ben Bolker
utpal gmail.com> writes: > I have a sequence file (fasta format) and want to calculate the rho > statistics for dinucleotide abundance value on my data.. the code which I > use is (using seqinr library and current working directory) > > seq_info<-read.fasta("gene.txt") > rho(seq_info[1],2) > bu

[R] rho stat from a fasta sequence file

2012-01-15 Thread utpal
Hi all, I have a sequence file (fasta format) and want to calculate the rho statistics for dinucleotide abundance value on my data.. the code which I use is (using seqinr library and current working directory) seq_info<-read.fasta("gene.txt") rho(seq_info[1],2) but it yields only the dinucleoti