corrdot: Make a linear regression dot plot of two vectors in a matrix

View source: R/corrdot.R

corrdotR Documentation

Make a linear regression dot plot of two vectors in a matrix

Description

Make a linear regression dot plot of two vectors in a matrix

Usage

corrdot(mat, x, y, datatype, title, method = "pearson")

Arguments

mat

Single matrix input

x

quoted name of column data for x axis (i.e. "Abeta42_40)

y

quoted name of column data for y axis (i.e. "Tau-p")

datatype

quoted. What kind of data is this? (i.e. "RNAseq", "Proteomics", "Assay")

title

quoted. Title of plot to generate

method

Statistical method for correlation reporting ("pearson" or "spearman")

Value

regression plot with regression line


genejockey33000/typGumbo documentation built on July 20, 2023, 11:45 p.m.