ccr.getLibrary | R Documentation |
This function takes as input a string identifying one of the sgRNA built-in library or a file name (comprehensive of the full path) to create a data frame with the standard format of the annotaion library requested by CRISPRcleanR.
This is a utility function that runs automatically as part of the ccr.AnalysisPipeline.
ccr.getLibrary(
library_builtin,
library_file,
verbose = FALSE
)
library_builtin |
A string containing the name of one of the libraries whose annotation is available in CRISPRcleanR. |
library_file |
A string specifying the path to a file containing the sgRNA annotations in TXT / TSV format, with columns for sgRNA ID ("CODE"), targeted genes ("GENES"), genomic coordinates, and possibly other information. This should be formatted as the |
verbose |
Technical parameter undocumented. Used for the integration in web architecture. |
A data frame compliant with the annotation library format requested by CRIPRcleanR.
Paolo Cremaschi (paolo.crmeaschi@fht.org)
ccr.AnalysisPipeline
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.