Skip to content
Permalink
3fcdd3ab97
Switch branches/tags

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?
Go to file
 
 
Cannot retrieve contributors at this time
21 lines (19 sloc) 626 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/make_SummarizedExperiment.R
\name{extract_mode}
\alias{extract_mode}
\title{Get Mode for Every Gene Expression}
\usage{
extract_mode(gene_expression, clinical_data, key = NULL)
}
\arguments{
\item{gene_expression}{Output from multimodalR}
\item{clinical_data}{Data frame containing the clinical data of patients.}
\item{key}{Character - column name of unique IDs (e.g. "case_id")}
}
\value{
Returns a matrix containing the mode (integers).
}
\description{
Function to extract all mode values for each patient/sample for every gene as a matrix.
}