Skip to content
Snippets Groups Projects
Commit 3c9de622 authored by Arnaud Duvermy's avatar Arnaud Duvermy
Browse files

add v2

parent 8f13449f
No related branches found
No related tags found
No related merge requests found
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/visualization.R
\name{rnorm.distrib.beta}
\alias{rnorm.distrib.beta}
\title{Sampling value from a known Gaussian distribution}
\usage{
rnorm.distrib.beta(parameter, mean.distrib, sd.distrib, n = 1000)
}
\arguments{
\item{mean.distrib}{the mean of the distribution (dbl)}
\item{sd.distrib}{the standard deviation of the distribution (dbl)}
\item{n}{an integer defining the number of value sampling}
\item{beta_type}{a string (beta0, betaG, betaE, betaGE)}
}
\value{
a dataframe
}
\description{
Sampling value from a known Gaussian distribution
}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ublicsTableCountsExtractor.R
\name{run.deseq}
\alias{run.deseq}
\title{Launch Deseq}
\usage{
run.deseq(
tabl_cnts,
bioDesign,
model = ~genotype + environment + genotype:environment
)
}
\arguments{
\item{tabl_cnts}{table containing counts per genes & samples}
\item{bioDesign}{table describing bioDesgin of input}
}
\value{
DESEQ2 object
}
\description{
Launch Deseq
}
library(testthat)
library(HTRSIM)
test_check("HTRSIM")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment