cpArguments | R Documentation |
arguments
slot in a CancerPanel
object.
This method returns a list with the panel general information after the creation of the object.
cpArguments(object)
object |
a CancerPanel object |
The length of the output list is always defined by 5 elements.
For example, if there are no rs numbers present in the panel,
the data.frame
in dbSNP_rs element will be simply empty.
The first 4 elements are filled at the very creation of the
object with newCancerPanel
. The tumor_type
element
is filled after data request with getAlterations
.
A list of 5 elements, one for each alteration type:
genedata |
a data.frame with the cds and cds plus utr of the requested genes. |
dbSNP_rs |
a data.frame with all the rs number translated in genomic hg19 positions. |
panel |
a data.frame with the original panel information plus the length of each alteration. |
drugs |
a character vector containing unique drug names as reported in the panel. |
tumor_type |
a character vector with the tumor types requested in the panel. |
Giorgio Melloni , Alessandro Guida
Source of gene length and exon structure.
cpData
cpDataSubset
# Load example CancerPanel object data(cpObj2) # Show slot dataSubset str(cpArguments(cpObj2) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.