[381c22]: / man / resa.Rd

Download this file

22 lines (19 with data), 442 Bytes

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