vignettes/output_database.Rmd
output_database.Rmd
MassBank
, MoNA
and some other public databases provide msp
format database of metabolites. So you can use the functions in metID
to output metID
format database to msp
format which can be used for GNPS
, MassBank
and MoNA
.
msp
formatJust use the write_msp_massbank()
function to output metID
database to msp
format for MassBank.
write_msp_massbank(databasae = databasae, path = ".")
The arguments of write_msp_massbank()
can be found here write_msp_massbank()
.
mgf
formatJust use the write_mgf_massbank()
function to output metID
database to mgf
format for MassBank.
write_mgf_massbank(databasae = databasae, path = ".")
The arguments of write_msp_massbank()
can be found here write_msp_massbank()
.
msp
formatJust use the write_msp_mona()
function to output metID
database to msp
format for mona.
write_msp_mona(databasae = databasae, path = ".")
The arguments of write_msp_mona()
can be found here write_msp_mona()
.
mgf
formatJust use the write_mgf_mona()
function to output metID
database to mgf
format for mona.
write_mgf_mona(databasae = databasae, path = ".")
The arguments of write_msp_mona()
can be found here write_msp_mona()
.
msp
formatJust use the write_msp_gnps()
function to output metID
database to msp
format for gnps.
write_msp_gnps(databasae = databasae, path = ".")
The arguments of write_msp_gnps()
can be found here write_msp_gnps()
.
mgf
formatJust use the write_mgf_gnps()
function to output metID
database to mgf
format for gnps.
write_mgf_gnps(databasae = databasae, path = ".")
The arguments of write_msp_gnps()
can be found here write_msp_gnps()
.