Description Usage Arguments Value Author(s) Examples
Build a genome-wide cut map for a Restriction Enzyme (RE)
1 | buildREmap(REpatternFilePath, format = "fasta", BSgenomeName, outfile)
|
REpatternFilePath |
File path storing the recognition pattern of a RE |
format |
format of the pattern file, either "fasta" (the default) or "fastq |
BSgenomeName |
BSgenome object, please refer to available.genomes in BSgenome package for details |
outfile |
temporary output file for writing the matched chromosome location to |
Output REmap as a GRanges
Lihua Julie Zhu
1 2 3 4 | library(REDseq)
REpatternFilePath = system.file("extdata", "examplePattern.fa", package="REDseq")
library(BSgenome.Celegans.UCSC.ce2)
buildREmap( REpatternFilePath, BSgenomeName=Celegans, outfile=tempfile())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.