ccr.geneMeanFCs | R Documentation |
This functions computes gene level log fold changes based on average log fold changes of targeting sgRNAs
ccr.geneMeanFCs(sgRNA_FCprofile, libraryAnnotation)
sgRNA_FCprofile |
A named numerical vector containing the sgRNAs' log fold-changes, with names corresponding to sgRNAs identifiers. |
libraryAnnotation |
A data frame containing the sgRNA library annotation (with same format of |
A numerical vector containing gene average log fold-changes, with corresponding HGNC symbols as names.
Francesco Iorio (francesco.iorio@fht.org)
KY_Library_v1.0
## loading corrected sgRNAs log fold-changes and segment annotations for
## an example cell line (EPLC-272H)
data(EPLC.272HcorrectedFCs)
## loading sgRNA library annotation
data(KY_Library_v1.0)
## storing sgRNA log fold-changes in a named vector
FCs<-EPLC.272HcorrectedFCs$corrected_logFCs$avgFC
names(FCs)<-rownames(EPLC.272HcorrectedFCs$corrected_logFCs)
## computing gene level log fold-changes
geneFCs<-ccr.geneMeanFCs(FCs,KY_Library_v1.0)
head(geneFCs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.