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