Center-for-Proteomics-and-Metabolomics / GlycoDash

GlycoDash is an R Shiny dashboard for processing protein glycosylation data obtained from LaCyTools or SkyLine.
MIT License
2 stars 0 forks source link

Show warning in case of sample ID duplicates in sample type Excel file #36

Closed stainawarijar closed 1 year ago

stainawarijar commented 1 year ago

When the user uploads a sample type list Excel file, each sample ID should be present only once. Implement a check for this, and show a warning in case of duplicate sample IDs.

Now when a sample ID is present multiple times, that sample is also shown multiple times in the normalized data when it should not be.

stainawarijar commented 1 year ago

The same check should be implemented for the metadata.

stainawarijar commented 1 year ago

Also good to check that there are no missing sample IDs in the sample type list (something like this is already implemented for the metadata file).