Description Usage Arguments Value Examples
View source: R/extract.genefromguide.R
Extraction of gene names from rownames that contain single guide RNA IDs
1 | extract.genefromguide(data, neg.controls, split = "_")
|
data |
input matrix containing normalized gRNA counts with gRNA ids as row names |
neg.controls |
input dataframe containing sample names and other identifiers or data |
split |
string identifying cell line on which to filter counts |
new data with added column of gene names
1 | new.L2FC <- extract.genefromguide(L2FC, neg.controls, split = '_')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.