Closed cvanderaa closed 9 months ago
Following @cvanderaa 😀 as you know we use QFeatures
extensively in our lab and we have thought the same 👍
CCing @charl-hutchings @csdaw
Could you share your thoughts on this. In our latest paper, we refer to the elements of a QFeatures object as sets. (@samgregoire, could you confirm).
I confirm.
assay
or quantitative assay
to refer to SummarizedExperiment
's quantitative data (since they are extracted using the assay()
function).sets
to refer to data objects in a QFeatures
.This great 👍 I think sets
works well but any of Chris' suggestions above would be preferable over assays
.
my vote for "experiments" based on discussions on #197
As discussed for the protocol paper with @samgregoire, the fact that the quantitative data in a
SummarizedExperiment
and the data objects in aQFeatures
are both calledassays
complicates the description of the data structure.I would suggest renaming the
QFeatures
'assays
.sets
: it is generic, like data sets (and in honor of the previously supportedExpressionSet
class)experiments
: because each object is a[SingleCell|Summarized]Experiment
. Actually, the objects inQFeatures
are retrieved usingexperiments(qf)
.elements
: because each object is in fact an element of a list (ExperimentList
)