Description Usage Arguments Author(s)
This function fetches the FASTA sequence directly from the UniProt .fasta page
1 2 3 4 5 6  | uniprot.fasta(
  uniprot.id,
  download.fasta = FALSE,
  console.message = TRUE,
  fasta.directory = getwd()
)
 | 
uniprot.id | 
 Uniprot ID of sequence wanted in the form "ID-isoform". Leave out isoform if using the canonical sequence.  | 
download.fasta | 
 If TRUE, will download the FASTA file to your chosen directory. Defaults to FALSE.  | 
console.message | 
 If TRUE, will display the name of the FASTA file when being loaded into R in the console. Defaults to TRUE.  | 
fasta.directory | 
 Directory chosen for your downloaded FASTA file. Defaults to current directory.  | 
Emma Gail
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.