ccr.get.nonExpGenes | R Documentation |
This function takes in input the name (or the COSMIC identifier [1]) of a cell line and it identifies genes that are not expressed (according to a user defined FPKM threshold) using a collection of RNAseq profile from [2].
ccr.get.nonExpGenes(cellLine, th = 0.05,
amplified = FALSE, minCN = 8,
RNAseq.fpkms=NULL,GDSC.CL_annotation=NULL)
cellLine |
A string specifying the name of a cell line (or a COSMIC identifier [1]); |
th |
Minimum FPKM value for a gene to be considered as expressed; |
amplified |
A logic value specifying whether the selected not expressed genes should be also copy number amplified function; |
minCN |
If |
RNAseq.fpkms |
Genome-wide substitute reads with fragments per kilobase of exon per million reads mapped (FPKM) across cell lines. These can be derived from a comprehensive collection of RNAseq profiles described in [2]. The format must be the same of the |
GDSC.CL_annotation |
Cell lines annotation dataframe with the same structure of the |
A vector of string containing the HGNC symbols of non expressed (optionally copy number amplified) genes in the cell line under consideration.
Francesco Iorio (francesco.iorio@fht.org)
[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] Garcia-Alonso L, Iorio F, Matchan A, et al. Transcription factor activities enhance markers of drug response in cancer doi: https://doi.org/10.1101/129478
[3] Iorio, F., Behan, F. M., Goncalves, E., Beaver, C., Ansari, R., Pooley, R., et al.
Unsupervised correction of gene-independent cell responses to CRISPR-Cas9 targeting.
http://doi.org/10.1101/228189
ccr.get.gdsc1000.AMPgenes
ccr.get.nonExpGenes('HT-29',amplified = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.