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_duplicated_columns.R
\name{merge_duplicated_columns}
\alias{merge_duplicated_columns}
\title{Merging Duplicated Colums in Matrix}
\usage{
merge_duplicated_columns(
summarized_experiment,
assay_index = 1,
fun = rowMeans
)
}
\arguments{
\item{summarized_experiment}{Matrix like object or summarized experiment with rownames}
\item{fun}{function to be applied, rowMeans or rowMedian work}
}
\description{
This function combines duplicated entries by a given mathematical method. (Like Mean, Median)
}