| summarizeMolecularProfiles {Xeva} | R Documentation |
This function serves to get molecular profiles from a XevaSet object.
summarizeMolecularProfiles(object, drug, mDataType, tissue = NULL, sensitivity.measure = NULL, unique.model = TRUE, batch = NULL)
object |
The |
drug |
Name of the drug. |
mDataType |
|
tissue |
Default |
sensitivity.measure |
Default |
unique.model |
Default |
batch |
Name of the batch. Default |
If a sequencing sample belongs to multiple models, summarizeMolecularProfiles
will create a separate column for each model.
All models without molecular data will be removed from the output ExpressionSet.
An ExpressionSet where sample names are model.id and sensitivity measures will be presented in pData.
data(brca)
pacRNA <- summarizeMolecularProfiles(brca, drug="paclitaxel", mDataType="RNASeq",
tissue= "BRCA", sensitivity.measure="mRECIST")
print(pacRNA)