modify_description: Modify the pathway description before plotting

modify_descriptionR Documentation

Modify the pathway description before plotting

Description

Modify the pathway description before plotting

Usage

modify_description(
  reporter_res,
  pattern = " - Homo sapiens (human)",
  replacement = ""
)

Arguments

reporter_res

reporter_res

pattern

str, like " - Homo sapiens (human)"

replacement

str, like ""

Value

reporter_res

Examples

data("reporter_score_res")
modify_description(reporter_score_res, pattern = " - Homo sapiens (human)")

ReporterScore documentation built on June 25, 2024, 9:06 a.m.