SQLite Forum

How I can get all the information of *msf file?
Login
Hello Kmedcalf,

Thank you for your great help!

Thank you again!

Best,


YUe

    setwd("~/HASM_SILAC")
    library(RSQLite)
    con <- dbConnect(RSQLite::SQLite(), "AC2_enriched01.msf")
    con
    dbListTables(con)
    AminoAcidModifications<-dbReadTable(con, "AminoAcidModifications")