software or R package to change protein *.msf file to any readable file
1
0
Entering edit mode
3.5 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

software error • 1.5k views
ADD COMMENT
1
Entering edit mode

How was this file generated? What does the command file <filename>.msf return? Have you tried head, more and less on the file?

Also, how is the software error tag relevant here?

ADD REPLY
0
Entering edit mode

Hello RamRS,

Thank you so much for your great help!

I think it is a SQLite database.

Thank you again!

Best,

Yue

-p0xxx:~$ file OstromR_Set7_Enriched.msf 
OstromR_Set7_Enriched.msf: SQLite 3.x database, last written using SQLite version 3007011
ADD REPLY
0
Entering edit mode

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

ADD REPLY
1
Entering edit mode

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/

ADD REPLY
0
Entering edit mode

Hello RamRS,

Thank you so much for your great help!

Best,
Yue

ADD REPLY
0
Entering edit mode

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!

ADD REPLY

Login before adding your answer.

Traffic: 2892 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