Scans databases for a given sequence accession number
This function loops over all availabale ACNUC databases to look for a given sequence accession number. This is useful when you have a sequence accession number and you don't know in which database it is present.
where.is.this.acc(acc, stopAtFirst = TRUE, ...)
acc |
An accession number as a string of characters such as |
stopAtFirst |
Logical. If TRUE, the default, the function stops at the first database where the accession number is found. |
... |
Arguments passed to the function |
The function resturns invisibly a vector of strings of characters for the names of the ACNUC databases in which the accession number was found.
J.R. Lobry
citation("seqinr")
choosebank
to open a given ACNUC database.
## Not run: # Need internet connection where.is.this.acc("NC_001416") # first found in phever2dna bank (2016-06-01) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.