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

Clusters are combined in derived traits #1

Closed stainawarijar closed 1 year ago

stainawarijar commented 1 year ago

When calculating derived traits automatically, clusters are combined when their names overlap.

For example, when IgGI and IgGIII are filled in as clusters in the "data import" tab, they are combined when calculating IgGI derived traits (because "IgGI" is a substring of "IgGIII").

A temporary way to deal with this now is adding "1" at the end of the cluster names, e.g. IgGI1 and IgGIII1.

stainawarijar commented 1 year ago

Fixed in v1.1.1