modify_description {ReporterScore} | R 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)")
[Package ReporterScore version 0.1.6 Index]