powered by
This function reads a FASTA amino acids file into a dataframe
read_faa(file = NULL)
file path to the FASTA format file containing the protein sequences
Dataframe containing the sequence name (seq_name) and sequence (seq_aa) columns
# NOT RUN { read_faa(system.file("extdata/bat_protein.fasta", package = "ampir")) ## Output # seq_name seq_aa # [1] G1P6H5_MYOLU MALTVRIQAACLLLLLLASLTSYSL.... # }
Run the code above in your browser using DataLab