-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathplot_ma.Rd
29 lines (25 loc) · 894 Bytes
/
plot_ma.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/plots.R
\name{plot_ma}
\alias{plot_ma}
\title{MA plot}
\usage{
plot_ma(obj, test, test_type = "wt", which_model = "full",
sig_level = 0.1, point_alpha = 0.2, sig_color = "red",
highlight = NULL, highlight_color = "green")
}
\arguments{
\item{obj}{a \code{sleuth} object}
\item{test}{the name of the test to highlight significant transcripts for}
\item{test_type}{either 'wt' for wald test or 'lrt' for likelihood ratio test. NB: Currently only the wald test is supported.}
\item{which_model}{a character string denoting which model to use for the
test}
\item{point_alpha}{the alpha for the points}
}
\value{
a \code{ggplot2} object
}
\description{
Make an 'MA plot' for a given test. MA plots display, for each transcript, the mean of abundances across samples on the
x-axis and fold change on the y-axis.
}