Allow DEA to be performed on a subset of the samples#1627
Conversation
|
@maubermann this is relevant for you |
0c98f3f to
634727f
Compare
634727f to
8df721e
Compare
|
@oganm you should trigger the integration tests with Jenkins is set up to report which stages of the build were performed, but it stopped working once I migrated to use @ppavlidis' token. |
|
samples currently only accepts IDs, full names (i.e. "GSE2018_bioMaterial_11|GSM36433" for sample 24 of GSE2018). Accessions don't seem to be working |
|
Using accessions and names have minor issues related to #1640 but using them as returned by Gemma samples endpoint or anything that relies on an ExpressionExperiment object should be fine |
|
@oganm we typically don't assign accessions to BioMaterial, but to BioAssay. I made this specifically for resolving samples, but you could add additional checks for assays too. |
b1a8cd7 to
da82fa2
Compare
d184f3d to
2019886
Compare
| } | ||
| return result; | ||
| } | ||
|
|
There was a problem hiding this comment.
@oganm I haven't tested these two queries, but the idea is to fetch all the samples with the assay they belong to.
2019886 to
f11133f
Compare
No description provided.