View source: R/FindLongestSeq.R
FindLongestSeq | R Documentation |
Find the longest sequence for each species from a list of GenBank accession numbers.
FindLongestSeq(Accessions)
Accessions |
A vector of GenBank accession numbers. |
For a set of GenBank accession numbers, this will return the longest sequence for in the set for species.
A list of genbank accessions numbers for the longest sequence for each taxon in a list of accession numbers.
#a vector of 4 genbank accessions, there are two for each species.
genbank.accessions<-c("KP978059.1","KP978060.1","JX516105.1","JX516111.1")
## Not run:
#returns the longest sequence respectively for the two species.
long.seq.result<-FindLongestSeq(genbank.accessions)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.