updateObject
method (Bioc 3.19 bugfix)TreatmentResponseExperiment
assay via NULL
assignmentTreatmentResponseExperiment
to enable tab autocomplete with $
access in interative sessionsaggregate2
(and therefore inside aggregate,TreatmentResponseExperiment-method
and endoaggregate
) to split the table into nthread tables instead of using byTreatmentResponseExperiment
assay index to remove storage of NA
for rowKey
-colKey
combinations with no observations in any assayrowKey
and colKey
were a large sequenceTRE
metadata and the column names of an assay (specifically, you can now have a column with the same name as the assay) endoaggregate
method to compute TreatmentResponseExperiment
assay aggregations within the objectmergeAssays
method to allow joining assaying within a TreatmentResponseExperiment
CoreSet
vignette to reflect recent changes to the object structureLongTable
vignette to TreatmentResponseExperiment
and updated
the content to reflect the changes in class structure from 2.1.1TreatmentResponseExperiment
class and structure diagrams and
inlcuded them in the TreamentResponseExperiment
vignetteTreatmentResponseExperiment
object to package dataLongTable
(and therefore also the TreatmentResponseExperiment
)data.table
and LongTable
LongTable
, which uses aggregate
internally
but assigns the result back to the object and returns the updated object.
Thus this method is an endomorphic version of aggregate.summarize
to assay,LongTable-method
which only
attaches columns which have been summarized over if FALSE
assayCols
and assayKeys
helper methods to retrive valid assay
column names or the key columns for an assay, respectively.logLogisticRegression
causing tests to fail in Bioconductor 3.16
daily buildsLongTable
class back into main branch@cell
slot has become the @sample
slot. Associated generics and
accessor methods have been renamed, then aliased to their old names. As such,
old code should still work as expected, but will in fact be calling different
S4 methods.@treatment
slot to the CoreSet-class
@sensitivity
slot to @treatmentResponse
$<-
and [[<-
methods where value was returned instead of updated objectLongTable
, to store the results of a treatment
response experiment. This class provides a flexible and fast data storage
object which can be subclassed for use in other R packages.LongTable
accessors and usage of the new object.SummarizedExperiment
s instead of ExpressionSet
s...
; allows for additional arguments in setMethods()
for CoreGx genericsAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.