Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/MassBankRecordeR.R
This function renames column names internally in getMBPeaksAnnos
,
and getMBRecordPeaks
to make them more R-friendly.
1 | fixMzIntColNames(ColNames)
|
ColNames |
Column names to edit |
This function changes m/z
to mz
, replaces a decimal place with nothing
and changes int
to Int
.
Returns edited column names.
Emma Schymanski <emma.schymanski@uni.lu>
getMBPeaksAnnos
, getMBRecordPeaks
.
1 2 3 | MBrecord <- system.file("extdata","EA020161_Diclofenac.txt",package="ReSOLUTION")
MBcolNames <- colnames(getMBRecordPeaks(MBrecord))
fixMzIntColNames(MBcolNames)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.