|
a |
|
b/man/resa.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/internal-functions-samr-adapted.R |
|
|
3 |
\name{resa} |
|
|
4 |
\alias{resa} |
|
|
5 |
\title{Resampling} |
|
|
6 |
\usage{ |
|
|
7 |
resa(x, d, nresamp = 20) |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{x}{data matrix. nrow=#gene, ncol=#sample} |
|
|
11 |
|
|
|
12 |
\item{d}{estimated sequencing depth} |
|
|
13 |
|
|
|
14 |
\item{nresamp}{number of resamplings} |
|
|
15 |
} |
|
|
16 |
\value{ |
|
|
17 |
xresamp: an rank array with dim #gene*#sample*nresamp |
|
|
18 |
} |
|
|
19 |
\description{ |
|
|
20 |
Corresponds to `samr::resample` |
|
|
21 |
} |