Description Usage Arguments Value
Function to identify all candidate guide (protospacer) sequences in a FASTA file. Note that the genomic coordinates are 1-indexed and fully closed.
1 2 3 4 5 6 7 8 | find_FASTA(
file_fasta,
chr = 7,
start = 117465784,
end = 117466784,
l = 20,
PAM = "NGG"
)
|
file_fasta |
path to a file FASTA (either compressed or not). |
chr |
chromosome. |
start |
start of the DNA sequence to scan for protospacers. |
end |
end of the DNA sequence to scan for protospacers. |
l |
protospacer length. |
PAM |
PAM sequence to match. |
a dataframe with columns:
chr.
start.
end.
protospacer sequence.
PAM sequence (e.g. CGG as the sequence that matched the PAM sequence NGG).
Strand (+ or -).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.