View source: R/plot.SeqAcnucWeb.R
plot.SeqAcnucWeb | R Documentation |
This function plots all the type of subsequences on a parent sequence. Subsequences are represented by colored rectangle on the parent sequence. For example, types could be CDS, TRNA, RRNA .... In order to get all the types that are available for the selected database, use getType
.
## S3 method for class 'SeqAcnucWeb'
plot(x, types = getType()$sname, socket = autosocket(), ...)
x |
A sequence of class |
types |
The type of subsequences to plot. Default value is to consider all possible subsequence types. |
socket |
an object of class |
... |
not currently used |
An invisible list giving, for each subsequence, its position on the parent sequence.
D. Charif, J.R. Lobry
https://doua.prabi.fr/databases/acnuc.html
citation("seqinr")
getType
, query
## Not run:
### Need internet connection
choosebank("emblTP")
mylist <- query("mylist", "AC=AB078009")
plot(mylist$req[[1]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.