Skip to content

Commit

Permalink
merge edata and emeta by edata_cname instead of mass_cname in density…
Browse files Browse the repository at this point in the history
… plot
  • Loading branch information
clabornd committed Aug 28, 2024
1 parent 28581f9 commit d4c2b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/densityPlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ densityPlot <- function(ftmsObj, variable, samples=NA, groups=FALSE, title=NA,
}

# merge e_data and e_meta #
df <- merge(ftmsObj$e_data, ftmsObj$e_meta, by=getMassColName(ftmsObj))
df <- merge(ftmsObj$e_data, ftmsObj$e_meta, by=getEDataColName(ftmsObj))

# construct a list with the samples for each plot trace
trace_subsets <- list()
Expand Down

0 comments on commit d4c2b9a

Please sign in to comment.