Description Usage Arguments Value Examples
CRISPR/Cas9 gRNA designer.
1 2 3 |
gr |
A GRanges object or coordinates files could be converted into GRanges. |
upstream, downstream |
numeric(1).upstream or downstream of the coordinates. |
anchor |
Anchor point of upstream and downstream. TSS: search gRNAs for promoter of given coordinates. |
species |
character(1). Avaliable values: "mm9", "mm10", "hg19", "hg38", "danRer10" |
... |
Parameters could be passed to offTargetAnalysis. Default settings are: scoring.method = "CFDscore", annotatePaired = FALSE, max.mismatch=1 |
invisible list of results of offTargetAnalysis
1 2 3 | gr <- system.file('extdata', 'Sftpc.bed', package = 'CPD')
gRNA(gr, anchor="onlyUpstream&Downstream", species="mm10",
chromToSearch="chr14", outputDir="test")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.