| protein.seqs {uniprot} |
R Documentation |
populate all protein fasta sequence from the given uniprot database reader
Description
Usage
protein.seqs(uniprot,
extractAll = FALSE,
title = " ");
Arguments
uniprot
a collection of the uniprot protein @T:SMRUCC.genomics.Assembly.Uniprot.XML.entry
extractAll
[as boolean]
title
the fasta title header template, data keys for template could be:
uniprot_id
fullname
name
ncbi_taxid
organism
ec_number
go_id
gene_name
ORF
subcellular_location
db_xrefs...
. [as string]
env
[as Environment]
Details
Authors
seqtoolkit
Value
a collection of the FastaSeq that export from the given protein set.
the generated fasta sequence header title in format: uniprot_id|db_xref|protein function. the db_xref is optional if the parameter "db_xref" is not be omited.
clr value class
Examples
[Package
uniprot version 1.0.0.0
Index]