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/extract_mode.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
21 lines (19 sloc)
626 Bytes
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/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. | |
} |