ccr.get.gdsc1000.AMPgenes | R Documentation |
This function takes in input the name (or the COSMIC identifier [1]) of a cell line included in the GDSC1000 project [2] and it identifies the genes that are copy number amplified (according to a user defined minimal copy number value) in that cell line, using gene level copy number data from the Genomics of Drug Sensitivity in 1,000 Cancer Cell lines (GDSC1000) [2].
ccr.get.gdsc1000.AMPgenes(cellLine, minCN = 8, exact = FALSE,
GDSC.geneLevCNA=NULL,GDSC.CL_annotation=NULL)
cellLine |
A string specifying the name of a cell line (or a COSMIC identifier [1]); |
minCN |
Lower threshold for the minimum copy number of any genomic segment containing coding sequence of a gene in order for it to be considered as copy number amplified. |
exact |
If TRUE, then those genes for which any genomic segment containing coding sequence has a minimum copy number equal to |
GDSC.geneLevCNA |
Genome-wide copy number data with the same format of |
GDSC.CL_annotation |
Cell lines annotation dataframe with the same structure of the |
A data frame, containing one row for each copy number amplified gene with the following columns:
Gene |
HGNC symbol of the gene; |
minCN |
Minimum copy number of any genomic segment containing coding sequence of the gene in the cell line under consideration. |
Francesco Iorio (francesco.iorio@fht.org)
[a] ftp://ftp.sanger.ac.uk/pub/project/cancerrxgene/releases/release-6.0/Gene_level_CN.xlsx.
[1] Forbes SA, Beare D, Boutselakis H, et al. COSMIC: somatic cancer genetics at high-resolution
Nucleic Acids Research, Volume 45, Issue D1, 4 January 2017, Pages D777-D783,
[2] Iorio F, Knijnenburg TA, Vis DJ, Bignell GR, Menden MP, et al. A landscape of pharmacogenomic interactions in cancer Cell 2016 Jul 28;166(3):740-54
[3] Iorio, F., Behan, F. M., Goncalves, E., Beaver, C., Ansari, R., Pooley, R., et al. (n.d.). Unsupervised correction of gene-independent cell responses to CRISPR-Cas9 targeting.
http://doi.org/10.1101/228189
ccr.get.CCLEgisticSets
CNAgenes<-
ccr.get.gdsc1000.AMPgenes('HT-29')
head(CNAgenes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.