Closed tobiasko closed 1 year ago
Hi @tobiasko - thanks for your interest! Note that your sceL
object is a list containing both the SCE object and the name of the main assay - you need to pass sceL$sce
(the SCE object) to iSEE
.
uuups...capital fail! ok, now it runs. THX! I never worked with the SummarizedExperiment
class before, but one could have guest by the name that it is a list
.
Cool 🙂 I'll close this issue then, feel free to open a new one if you have other questions or run into problems.
Hi maintainers,
nice idea to use std. Bioc containers to work with proteomics data! My main interest is currently web-based visualisation/exploration through tools like iSEE. With this in mind i tried the following code:
which gave me a valid single cell experiment container, but I fail to visualise it using the std. way to run the iSEE shiny app:
Is this due to missing metadata? Your R script launches iSEE after statistical testing has been performed, but for exploration is would be nice to look at the "raw" quantification results prior to testing. Possible?