Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
mmRmeta/man/plot_heatmap.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
29 lines (25 sloc)
1 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Generated by roxygen2: do not edit by hand | |
% Please edit documentation in R/plot_heatmap.R | |
\name{plot_heatmap} | |
\alias{plot_heatmap} | |
\title{Plot Heatmap} | |
\usage{ | |
plot_heatmap(summarized_experiment, assay_index = 2, | |
column_data = NULL, id = NULL, col_annotation = NULL, ...) | |
} | |
\arguments{ | |
\item{id}{Unique ID (i.e. patient); default = "case_id"} | |
\item{col_annotation}{Either character of column names the Annotation is calculated from or am annotation object.} | |
\item{...}{further arguments for \link[gplots]{heatmap.2}} | |
\item{df_expression}{Expression matrix or data frame} | |
\item{df_meta}{Data frame of meta data} | |
} | |
\value{ | |
Returns a large Heatmap object | |
} | |
\description{ | |
Plot expression in violin and jitter plots of different factors. Factors are selected if they were significant when tested with catdes by use.catdes. All dots are coloured by the column "group". | |
} | |
\examples{ | |
plot_cluster(lungXY$Expressionmatrix, lungMeta, id = "case_id", col_annotation = c("primary_diagnosis", "stage"), show_column_names = FALSE) | |
} |