Retrieve Protein Sequence in FASTA Format from the KEGG Database
Source:R/202-getProtKEGG.R
getFASTAFromKEGG.Rd
Retrieve Protein Sequence in FASTA Format from the KEGG Database
See also
See getSeqFromKEGG
for retrieving protein
represented by amino acid sequence from the KEGG database.
See readFASTA
for reading FASTA format files.
Examples
id = c('hsa:10161', 'hsa:10162')
# \donttest{
getFASTAFromKEGG(id)# }
#> Iterating ■■■■■■■■■■■■■■■■ 50% | ETA: 1s
#> Iterating ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 100% | ETA: 0s
#> Error in httr2::resp_body_string(resp[[i]]): `resp` must be an HTTP response object, not a <httr2_failure> object.