cpData | R Documentation |
dataFull
slot in a CancerPanel
object.
This method returns a list with an element for each alteration type contained
in the class CancerPanel
slot dataFull
cpData(object)
object |
a CancerPanel object |
The length of the output list is always defined by 4 elements even if no data,
for a certain alteration type, were requested.In case no data were requested or
if there are no data for a certain tumor type,
the slot is filled with NULL
values. Every element is a list of 2 elements:
data
A data.frame
in a format
specific for the alteration type.
Samples
The second element is a list
of vectors containing the names of the samples for each tumor type.
A list of 4 elements, one for each alteration type:
mutations |
A list of 2 elements containing the mutation alterations for each gene requested in the panel. |
copynumber |
A list of 2 elements containing the copynumber alterations for each gene requested in the panel. |
expression |
A list of 2 elements containing the expression alterations for each gene requested in the panel. |
fusions |
A list of 2 elements containing the fusions alterations for each gene requested in the panel. |
Giorgio Melloni , Alessandro Guida
data origin for mutations, copynumber and expression data data origin for fusion data
cpDataSubset
# Load example CancerPanel object data(cpObj2) # Show slot dataSubset str( cpData(cpObj2) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.