Description Usage Arguments Details Value Examples
View source: R/access_expressionData_Functions.R
This function serves to get molecular profiles from a XevaSet
object.
1 2 | 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
.
1 2 3 4 | data(brca)
pacRNA <- summarizeMolecularProfiles(brca, drug="paclitaxel", mDataType="RNASeq",
tissue= "BRCA", sensitivity.measure="mRECIST")
print(pacRNA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.