- Class: cmd_question
Output: Use the SummarizedExperiment::assayNames() function to obtain a list of assay names for your sce.
CorrectAnswer: omnitest('SummarizedExperiment::assayNames(sce)')
Hint: You can load the SummarizedExperiment package using library(), or preface the function with the package namespace.
Results in: -
r$> SummarizedExperiment::assayNames(sce)
[1] "counts"
Error in testResponse.default(e$current.row, e) :
BUG: There are no tests for this question!
| Leaving swirl now. Type swirl() to resume.
The result is the same with or without the namespace prefix.
Any ideas? Would be very useful for a class next week :). Thanks.
For example with the question:
Results in: -
The result is the same with or without the namespace prefix.
Any ideas? Would be very useful for a class next week :). Thanks.