File: nSolverCsv.to.pdata_fdata_adata.Rd

package info (click to toggle)
r-bioc-nanostringqcpro 1.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 872 kB
  • sloc: makefile: 7
file content (25 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download | duplicates (2)
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/NanoStringConvenience.R
\name{nSolverCsv.to.pdata_fdata_adata}
\alias{nSolverCsv.to.pdata_fdata_adata}
\title{nSolverCsv.to.pdata_fdata_fdata}
\usage{
nSolverCsv.to.pdata_fdata_adata(rccCollectorToolExport)
}
\arguments{
\item{rccCollectorToolExport}{Path to the nSolver RCC Collector Tool .CSV export.}
}
\value{
A list containing matrices (for pdata and adata) and a data frame (for fdata)
that pdata_fdata_adata.to.rccSet() then transforms into a full ExpessionSet.
}
\description{
First stage of readRccCollectorToolExport(): produces a list containing
                matrices (for pdata and adata) and a data frame (for fdata) that
                pdata_fdata_adata.to.rccSet then transforms into a full RccSet
                (after some further checks and adjustments). Not intended for
                external use; see also rccFiles.to.pdata_fdata_adata().
}
\author{
Dorothee Nickles, Thomas Sandmann, Robert Ziman
}