Switch to unified view

a b/man/samr.estimate.depth.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/internal-functions-samr-adapted.R
3
\name{samr.estimate.depth}
4
\alias{samr.estimate.depth}
5
\title{Estimate sequencing depths}
6
\usage{
7
samr.estimate.depth(x)
8
}
9
\arguments{
10
\item{x}{data matrix. nrow=#gene, ncol=#sample}
11
}
12
\value{
13
depth: estimated sequencing depth. a vector with len sample.
14
}
15
\description{
16
Estimate sequencing depths
17
}