package = "seqinr")
cc<-read.fasta(file = dnafile)
cc gives me then the following vector
...
[47764] "t" "c" "c" "c" "t"
......
My problem is I would like now to use that vector to perform basic
statistics eg; GC content analysis, base...frequencies . I hardly see
how ?
For instance an histogram on my vector like hist(cc) don't work
My first intention by the way was to use biostring …
updated 16.2 years ago • m a
