View source: R/get_enzyme_cutsites.R
get_enzyme_cutsites | R Documentation |
This function finds all restriction enzyme cutsites of a given genome, genome version, and set of cut patterns
get_enzyme_cutsites(sig, gen = "Hsapiens", gen_ver = "hg19", chrs = NULL)
sig |
a set of restriction enzyme cut patterns (e.g., 'GATC' or c('GATC','GANTC')) |
gen |
name of the species: e.g., default |
gen_ver |
genomic assembly version: e.g., default |
chrs |
a subset of chromosomes' e.g.,
c('chr21','chr22'). Defaults to all chromosomes (except Y and M)
in the genome specified by |
list of chromosomes.
get_enzyme_cutsites(gen='Hsapiens',gen_ver='hg19', sig=c('GATC','GANTC'),chrs=c('chr22'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.