| ccr.genes2sgRNAs | R Documentation | 
This function returns the set of sgRNAs targeting the set of genes provided in input, in a given pooled library.
ccr.genes2sgRNAs(libraryAnnotation,genes)
libraryAnnotation | 
 A data frame with a named row for each sgRNA with the same format of   | 
genes | 
 A list of strings containing HGNC symbols  | 
A list of strings containing the identifiers of the sgRNAs targeting the inputted set of genes
Francesco Iorio (francesco.iorio@fht.org)
KY_Library_v1.0
    ## Loading an sgRNA pooled library annotation
    data(KY_Library_v1.0)
    ## Loading an example set of genes
    data(BAGEL_essential)
    
    ccr.genes2sgRNAs(KY_Library_v1.0,BAGEL_essential)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.