Closed lwaldron closed 8 years ago
There's a way to add search results to the tab completion. More on that soon.
I added the S3method
but it doesn't seem to work. I'm not sure why. Thoughts?
I've tried it on the command line and in RStudio 0.99.1283
.
c53cc745b0c71a0eff28e80c68ed98f73ea79787
@mtmorgan @lwaldron
Going old-school...
MultiAssayExperiment$ R CMD INSTALL .
...
** testing if installed package can be loaded
Warning: S3 method '.DollarNames.MultiAssayExperiment' was declared in NAMESPACE but not found
You've got a typo -- s/Experiement/Experiment/ at https://github.com/vjcitn/MultiAssayExperiment/commit/c53cc745b0c71a0eff28e80c68ed98f73ea79787#diff-6af16999f54fa8e66726c1123746cce9R34
Haha thanks! Completely missed it ! :sweat_smile:
I would expect
$
on an mae object to be equivalent topData(mae)$
, similarly as it acts forExpressionSet
andSummarizedExperiment
, e.g.:For MultiAssayExperiment, I would expect
myMultiAssayExperiment$sex
to return the same as the following: