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_element_metadata.R
\name{merge_element_metadata}
\alias{merge_element_metadata}
\title{Merge Element Metadata of two GRanges}
\usage{
merge_element_metadata(summarized_experiment, gene_info = NULL, ...)
}
\arguments{
\item{summarized_experiment}{SummarizedExperiment object}
\item{...}{further arguments for left_join | Most important is "by" e.g. by = c("ensembl_gene_id", "gene_name")}
\item{range}{GRange object}
\item{index}{Integer - index of new assay}
\item{name}{Character - name of new assay}
}
\value{
SummarizedExperiment with new assay
}
\description{
Left join element meta data of summarizedExperiment with element meta data of a GRange object or other summarized experiment.
}
\details{
If length(mclust_result) is longer than nrow(summarized_experiment), this function will throw an error. Therefore you need to subset the SE first (subset = TRUE)
}