Learn R Programming

SEAA (version 0.9.6)

targetlabeling: Labeling the Target Gene in the Splicing Efficiency List

Description

Labeling the Target Gene in the Splicing Efficiency List

Usage

targetlabeling(
  SEresultlist,
  target_site = "48753008",
  target_label = "CARD8",
  xlim.max = 100,
  ylim.max = 100
)

Arguments

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

Value

a data frame of the target information

Examples

Run this code
# NOT RUN {
targetlabeling(SEresultlist,target_site = "27830321",target_label = "RPL21",
xlim.max = 1000, ylim.max = 1000)
# }

Run the code above in your browser using DataLab