targetlabeling: Labeling the Target Gene in the Splicing Efficiency List

Description Usage Arguments Value Examples

View source: R/targetlabeling.R

Description

Labeling the Target Gene in the Splicing Efficiency List

Usage

1
2
3
4
5
6
7
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

1
2
targetlabeling(SEresultlist,target_site = "27830321",target_label = "RPL21",
xlim.max = 1000, ylim.max = 1000)

SEAA documentation built on Sept. 19, 2021, 9:07 a.m.