score_plot: Plot the normalized score

View source: R/score_plot.R

score_plotR Documentation

Plot the normalized score

Description

This function plots the normalized score. Two options available: static or interactive plot

Usage

score_plot(
  df,
  prec_cutoff = 0.8,
  title = "Score Plot",
  subtitle = "",
  interactive = T
)

Arguments

df

dataframe that contains ranked genes/proteins

prec_cutoff

the percentile cutoff

title

plot title

subtitle

plot subtitle

interactive

boolean, option for an interactive plot. Default = TRUE

Value

dataframe of the top hits


kalganem/Kinograte documentation built on April 27, 2022, 9:03 p.m.