Title manhattan_plot_marker_per_sample

manhattan_plot_marker_per_sample(
  sample_name = "NAME",
  probes_range = 1000:2000,
  hyper_color = "blue",
  hypo_color = "orange",
  non_outlier_color = "grey",
  limit_label_color = ssEnv$color_palette[1],
  result_folder = result_folder,
  maxResources = maxResources,
  parallel_strategy = parallel_strategy,
  ...
)

Arguments

sample_name

name of the sample to be plotted

probes_range

range of probes to be plotted

hyper_color

color for hypermethylated probes

hypo_color

color for hypomethylated probes

non_outlier_color

color for non-outlier probes

limit_label_color

color for limit labels

result_folder

folder where the results are stored

maxResources

maximum number of resources to be used

parallel_strategy

strategy to be used for parallelization

...