split_guides | R Documentation |
Splits data into different types of guides
split_guides(guides, screens, id_col1 = NULL, id_col2 = NULL)
guides |
Dataframe returned from |
screens |
List of screens generated with |
id_col1 |
A column containing guide-specific indices, e.g. guide sequences or IDs, for guides in the gene1 column (optional, default NULL). |
id_col2 |
A column containing guide-specific indices, e.g. guide sequences or IDs, for guides in the gene1 column (optional, default NULL). |
A list of several separate guide lists. Combinatorial-targeting guides are stored in the key "combn", dual-targeting guides are stored in the key "dual", single-targeting guides are stored in the key "single" and guides which target two control genes are stored in the key "control".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.