Skip to content
Permalink
c5d03d2a60
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
22 lines (21 sloc) 728 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/make.overview.metadata.R
\name{make.overview.metadata}
\alias{make.overview.metadata}
\title{Calculuate specifig meta data DEPRECATED}
\usage{
make.overview.metadata(df_list, vertical = TRUE)
}
\arguments{
\item{df_list}{List of data frames}
\item{vertical}{Boolean - Specify if the data is presented in verticaly}
}
\value{
Returns a vector for each group in a gene which are stored in a list. So if a gene has 3 groups. There will be 3 vectors filled with the calculations.
}
\description{
This function applies >overview.metadata< to every data frame in the list.
}
\examples{
brainCalculatedMetadata <- calculate.metadata(metadata, brainRows)
}