View source: R/genotyping_target_lookup.R
create_target_BEDfile | R Documentation |
Use this function to find a crispr target sequence and write to the master bedfile. Query should be a 23-letter string corresponding to the gRNA used to make the cripsr, entered 5' to 3'. The target recognition site should first, followed by the PAM. By convention, all crispr target names will be converted to upper case. If either the target range or name are duplicated, an error will result.
create_target_BEDfile(
query,
crispr_target_name,
genome = c("Drerio", "GFP"),
master_bed = "data-raw/master.bed"
)
query |
the guide RNA sequence, using DNA nucleotides |
crispr_target_name |
The name for the crispr site. |
Nothing. Adds an entry to the master bedfile.
character(0)
DNAString-class
,matchPattern
BSgenome.Drerio.blaserlabgenotyping.dr11
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.