You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current melt_gene_exprs_mat automatically specifies the sample_id and gene_name columns following melting/transformation into a long form. We should allow for users to input a custom column name.
Description
The current
melt_gene_exprs_mat
automatically specifies thesample_id
andgene_name
columns following melting/transformation into a long form. We should allow for users to input a custom column name.For example:
This could produce a data.frame with column names like:
Tests
An automated test should be added to ensure that the columns match up with what was used as input.
The text was updated successfully, but these errors were encountered: