MEPdata | R Documentation |
MEPdata contains information of 45 microexon-tag clusters in plants.
data(MEPdata)
A list containing three elements:
MEPdata$cluster: a data.frame containing microexon-tag cluster (cluster), microexon size (zise) and phase (phase), the coding motif (motif), number of exons (exons) and the order of microexon (me_order).
MEPdata$blocks: an IntegerList containing exon blocks in each cluster.
MEPdata$matrix: a list of 45 elements containng the DNA consensus matrix of ecach cluster.
data(MEPdata)
names(MEPdata)
sapply(MEPdata, class)
head(MEPdata$cluster)
head(MEPdata$blocks)
names(MEPdata$matrix)
# Microexon cluster 8
MEPdata$cluster[8,]
MEPdata$blocks[[8]]
MEPdata$matrix[[8]]
ggseqlogo::ggseqlogo(MEPdata$matrix[[8]][,53:57])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.