1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/NanoStringConvenience.R
\name{getSpikeInInput}
\alias{getSpikeInInput}
\title{getSpikeInInput}
\usage{
getSpikeInInput(CodeClass, GeneName, nonCtrlProbeVal = NA)
}
\arguments{
\item{CodeClass}{Character vector with code classes for each probe.}
\item{GeneName}{Character vector with gene names/symbols for each probe.}
\item{nonCtrlProbeVal}{Value to assign as the spike-in input for the non-control probes.}
}
\value{
A data frame with the input CodeClass and GeneName but where the latter has been split into
two columns: one showing the GeneName for each probe with spike-in input labels removed
-- and another with the spike-in input levels.
}
\description{
Gets the RNA \dQuote{spike-in} input levels for positive and negative control probes from the label in their GeneName.
Note that this is a helper function for readRlf() and elsewhere and is not intended for external use.
}
\author{
Robert Ziman
}
|