Skip to content
Permalink
master
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/merge_se.R
\name{merge_se}
\alias{merge_se}
\title{Combine SummarizedExperiment}
\usage{
merge_se(
summarized_experiment,
...,
assay_index = 1,
rename_column = TRUE,
filter_duplicates = TRUE,
unlist = F
)
}
\arguments{
\item{...}{Further single SE Objects.}
\item{unlist}{Logical - Unlsit coldata? Default F}
\item{summExperiment}{List of SummarizedExperiments or single SE Object}
}
\value{
A character vector of gene names.
}
\description{
This function combines multiple SummarizedExperiments via cbind. Automatically adds missing column names(varaibles in colData) and rows (gene names) while adding NA. Delets not matching rows.
}
\examples{
lungKegg <- filterForKnownInCancer(lungXY)
}