search for: cellline1

Displaying 1 result from an estimated 1 matches for "cellline1".

Did you mean: cellline
2020 Sep 24
1
How to use `[` without evaluating the arguments.
...rowData=rowDataSubset, rowIDs=longTable at .intern$rowIDs, assays=assayData, metadata=metadata(longTable))) } setMethod('subset', 'LongTable', subset.long.table) Everything behaves as I expect when calling the subset function. For example subset(longTable, cellLine1 == 'VCAP) Successfully returns while also working with character, integer or boolean based indexing. The issue arises when I try to implement the '[' method. I have tried a number of different approaches, but none of them has been successful. My current approach is as follows: `[.lo...