Description Usage Arguments Value Examples
View source: R/targetlabeling.R
Labeling the Target Gene in the Splicing Efficiency List
1 2 3 4 5 6 7 | targetlabeling(
SEresultlist,
target_site = "48753008",
target_label = "CARD8",
xlim.max = 100,
ylim.max = 100
)
|
SEresultlist |
a large list created by SEcalculation |
target_site |
a character indicating target splicing site position |
target_label |
a character indicating the label you want to add |
xlim.max |
a numeric value indicating the max x axis |
ylim.max |
a numeric value indicating the max y axis |
a data frame of the target information
1 2 | targetlabeling(SEresultlist,target_site = "27830321",target_label = "RPL21",
xlim.max = 1000, ylim.max = 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.