modify_description {ReporterScore} | R Documentation |
Modify the pathway description before plotting
modify_description(
reporter_res,
pattern = " - Homo sapiens (human)",
replacement = ""
)
reporter_res |
reporter_res |
pattern |
str, like " - Homo sapiens (human)" |
replacement |
str, like "" |
reporter_res
data("reporter_score_res")
modify_description(reporter_score_res, pattern = " - Homo sapiens (human)")