Sguide2Pguides_hash {gemini} | R Documentation |
Guide hashing
Sguide2Pguides_hash(guide2gene, split = ";", cores = 1)
guide2gene |
derived from Input object |
split |
character to split guides |
cores |
number of cores to use (default 1) |
Guide hash/list
## Not run: data("Input", package = "gemini") Sguide2Pguides_hash(gemini::Input$guide.pair.annot[1:10,]) ## End(Not run)