hhabra / metabCombiner

metabCombiner R Package: Paired Untargeted Metabolomics Feature Matching & Data Concatenation
10 stars 2 forks source link

calcScores group number bug #8

Closed hhabra closed 3 years ago

hhabra commented 3 years ago

When performing a re-analysis of combined data, group numbers from 1 to nGroups will cause an error due to missing groups. Solution: use unique().

hhabra commented 3 years ago

groups switched to unique(cTable[["group"]]) in version 1.0.1