-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The current format for sigGeneStats is difficult to work with. Please update your code to change:
| Chemical_ID | nGenes | Conc | Project |
|---|---|---|---|
| 1175 | 34 | TP53_11uM | MCF10A |
| 1175 | 234 | TP53_33uM | MCF10A |
| 1175 | 24 | TP53_99uM | MCF10A |
| 1175 | 28 | WT_11uM | MCF10A |
| 1175 | 44 | WT_33uM | MCF10A |
| 1175 | 11 | WT_99uM | MCF10A |
| 3139 | 1000 | 10uM | ADIPO |
to be:
| Chemical_ID | nGenes | Conc | Project |
|---|---|---|---|
| 1175 | 34 | 11 | MCF10A_TP53 |
| 1175 | 234 | 33 | MCF10A_TP53 |
| 1175 | 24 | 99 | MCF10A_TP53 |
| 1175 | 28 | 11 | MCF10A_WT |
| 1175 | 44 | 33 | MCF10A_WT |
| 1175 | 11 | 99 | MCF10A_WT |
| 3139 | 1000 | 10 | ADIPO |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Ready