read.fasta() function couldn't found
0
0
Entering edit mode
5.3 years ago
sherlockyz • 0

Hi I'm new to R and today I'm trying to import a fasta file using read.fasta() function from the seqinr library, however, it threw a error message said that "could not find function "read.fasta", I installed seqinr, import the library at the beginning and couldn't see any typo in my code, any help? I'm using R studio.

library(seqinr)

cox1 <-read.fasta(file = "cox1.fasta",  seqtype="AA")
R fasta • 4.6k views
ADD COMMENT
2
Entering edit mode

Can you try seqinr::read.fasta()?

ADD REPLY
1
Entering edit mode

Please show the output of sessionInfo()

ADD REPLY

Login before adding your answer.

Traffic: 2275 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6