Closed kbarylyuk closed 6 years ago
@kbarylyuk - system.file
is a base function that generates paths to the files which exist in the package itself. Please replace it with the path of your own file. Meaning:readFASTA("Data/example.fasta")
.
Thank you very much, @road2stat ! This is very useful, everything is working now.
I just stumbled on the exact same thing. Maybe add a comment in the instruction code on https://cran.r-project.org/web/packages/protr/vignettes/protr.html? It is not so easy for a bear of very little brain...
@jonalv -good point, could you send in a PR? Thanks!
@jonalv -good point, could you send in a PR? Thanks!
oki :)
Hi @road2stat ,
I would like to extract some amino acid sequence properties for a set of 3699 proteins. I have discovered the
protr
package and it seems to offer the functionality that I am looking for. Unfortunately, the functionreadFASTA
returns an error even when I am trying to read theexample.fasta
file available at the ProtrWeb server:Any ideas why this fails? Thank you!
My session info: