software or R package to change protein *.msf file to any readable file
Hello
I have some protein *.msf file. I can not open it.
Which software or R package that can change this kind of *.msf to any readable file?
Thanks in advance for great help!
Best,
Yue
• 2,401 views
•
link
1 answer
If you are talking about sequence alignments in MSF format (sometimes called GCG format), those are plain text files that could be viewed in any text editor. There are many ways to convert them:
- https://www.ebi.ac.uk/Tools/sfc/
- https://www.ebi.ac.uk/Tools/sfc/emboss_seqret/
- http://sequenceconversion.bugaco.com/converter/biology/sequences/
- http://emboss.sourceforge.net/docs/themes/AlignFormats.html
- http://avermitilis.ls.kitasato-u.ac.jp/readseq.cgi
- https://www.rbvi.ucsf.edu/chimera/1.2065/docs/ContributedSoftware/msfviewer/msfviewer.html
- https://en.wikipedia.org/wiki/List_of_alignment_visualization_software
• 0 views
•
link
Log in to answer this question.
How was this file generated? What does the command
file <filename>.msfreturn? Have you triedhead,moreandlesson the file?Also, how is the
software errortag relevant here?Hello RamRS,
Thank you so much for your great help!
I think it is a SQLite database.
Thank you again!
Best,
Yue
If this is related to your prior question then you need to show output of things @RamRS has asked: change *.msf file into excel file
From this, it is apparent that the msf file is a database that can be opened in SQLite. OP should be looking for R packages that can read in SQLite DBs, such as RSQLite: https://db.rstudio.com/databases/sqlite/
Hello RamRS,
Thank you so much for your great help!
Best,
Yue
Hi @yueli7,
Did you happen to figure out the database schema for these msf files to be used via sqllite?
I'm trying to look at the tables but there are way too many times to manually figure out the schema.
Any pointers are highly appreciated.
Thanks!