Entering edit mode
4.0 years ago
yueli7
▴
250
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
How was this file generated? What does the command
file <filename>.msf
return? Have you triedhead
,more
andless
on the file?Also, how is the
software error
tag 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!