Entering edit mode
5.1 years ago
akansha.gitanjali
▴
30
I have a huge list of UniProt protein accession numbers and I need to retrieve the FASTA sequences from UniProt website. Is there any R script for doing that? I know I can do it from UniProt website but this will be used for further developing script for downstream mass spec analysis.
See if this example from biomartr can help:
Example Retrieval Uniprot
Also, the Rcpi BioConductor package has a
getFASTAFromUniProt()
function.Yes I can download whole proteome from Example Retrieval Uniprot. But I want to use different uniprot identifiers like ..................
BioConductor is a repository, not a package. The Rcpi link above has clear install instructions: