read_uniprot {signalHsmm} | R Documentation |
Read data from UniProt database
Description
Read data saved in UniProt original flat text format.
Usage
read_uniprot(connection, ft_names, kwds = NULL)
Arguments
connection |
a |
ft_names |
a character vector of UuniProt features to be extracted, for example
|
kwds |
a |
Value
a list of sequences. Each element has a class SeqFastaAA
.
Attributes OS
and OC
represents respectively OS and OC fields in the
protein description. A value of each feature is preserved as an attribute named
after the feature.
[Package signalHsmm version 1.5 Index]