simple_gadem | R Documentation |
This should provide a set of rGADEM results given an input file of sequences and a genome.
simple_gadem(
inputfile,
genome = "BSgenome.Hsapiens.UCSC.hs19",
p = 0.1,
e = 0,
...
)
inputfile |
Fasta or bed file containing sequences to search. |
genome |
BSgenome to read. |
p |
pvalue cutoff |
e |
evalue cutoff |
... |
Parameters for plotting the gadem result. |
A list containing slots for plots, the stdout output from gadem, the gadem result, set of occurences of motif, and the returned set of motifs.
[IRanges] [Biostrings] [rGADEM]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.