0

I downloaded a Fasta file from this web site https://www.uniprot.org/uniprot/?query=cytokines&sort=score, this file contains biological sequences of proteins from the Cytokines family. I should implement a code which organizes the data from the file into a data frame which contains as columns ID, Name, Specie and sequence of the protein. How can I do it ?

Phil
  • 7,287
  • 3
  • 36
  • 66
  • Does this answer your question? https://stackoverflow.com/questions/21263636/read-fasta-into-a-dataframe-and-extract-subsequences-of-fasta-file – Phil Nov 11 '21 at 16:56
  • I tried it but it's not working it show me an that my Biostring is not found on my RStudio version – Badi elmaestro Nov 11 '21 at 17:16
  • 2
    You can add the package by following the installation instructions [here](https://bioconductor.org/packages/release/bioc/html/Biostrings.html). – Andre Wildberg Nov 11 '21 at 17:41

0 Answers0