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 ?
Asked
Active
Viewed 541 times
0
-
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
-
2You 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