https://github.com/cbg-ethz/epiNEM
Raw File
Tip revision: 01649389ef27c7a61511ceeb675549feac483ebb authored by J Wokaty on 24 October 2023, 14:55:55 UTC
bump x.y.z version to odd y following creation of RELEASE_3_18 branch
Tip revision: 0164938
ExtendTopology.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/epiN.R
\name{ExtendTopology}
\alias{ExtendTopology}
\title{Extending topology of normal "nem"}
\usage{
ExtendTopology(topology, nReporters)
}
\arguments{
\item{topology}{model of a topology from CreateTopology}

\item{nReporters}{number of effects reporters}
}
\value{
extended topology in which reporters
are linked to pathway genes
}
\description{
Extending topology of normal "nem"
}
\examples{
topology <- CreateTopology(3, 1, force = TRUE)
topology <- unlist(unique(topology), recursive = FALSE)
extTopology <- ExtendTopology(topology$model, 100)
}
\seealso{
CreateTopology
}
\author{
Madeline Diekmann
}
back to top