Description Usage Arguments Details Value Author(s) Examples
Get loci of motif(s) from transcriptome. See 'Details'.
1 2 | GetMotifLoc(motif = NULL, refGenome = "hg38", id = NULL, maxMM = 0,
showPb = TRUE)
|
motif |
A |
refGenome |
A character string; specifies the reference genome version;
default is |
id |
A character string; specifies an identifier for |
maxMM |
An integer scalar; specifies the maximum number of mismatches that are allowed during the motif matching; default is 0. |
showPb |
A logical scalar; if |
Based on a set of query sequences motif, extract the loci of matching
sequences within different regions of a reference transcriptome
refGenome. The function returns a txLoc object including
transcriptomic and genomic loci of the query motif(s). The maximum number
of mismatches allowed in the motif search can be adjusted through
maxMM.
Note that the motif search may take a few minutes, depending on the number
of motif(s), hardware, and size of the transcriptome.
A txLoc object.
Maurits Evers, maurits.evers@anu.edu.au
1 2 3 4 5 6 | ## Not run:
PAS <- GetMotifLoc(id = "PAS")
PAS <- FilterTxLoc(PAS, c("3'UTR", "CDS", "5'UTR"))
PlotSpatialDistribution(PAS, absolute = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.