Closed LiNk-NY closed 3 years ago
Hi Vince, @vjcitn
I've updated the code in waldronlab/MultiAssayExperiment@6348aeaec043be5b91ce877c0b6ff2511066f66f that was causing the weird behaviour when subsetting by assay. This was happening because the sampleMap
rows and the experiments(gbm)
were not in the same order so I switched to using names rather than indices.
As for your second question, I am not sure why DataFrame
is output for that particular assay. That was not the intention. I will look at the pipeline for any obvious errors.
Thanks again! -Marcel
This issue was moved to waldronlab/MultiAssayExperiment#248
I still have to look into why DataFrame
is a product.
This issue was moved to #31
@vjcitn writes:
hi -- this GBM dataset is constructed by curatedTCGAData
Why does this happen:
Why no assay? If I use the assay name (name in experimentList) to subset it works
Also, do we intend for the assay component to be a DataFrame as opposed to a matrix?