Description Usage Arguments Value Author(s) Examples
View source: R/ReadMx3005PSampleInfo.R
Read the .txt sample information file of raw data of experiment run on Mx3005P RT-qPCR
and use the data to populate an object of "AnnodatedDataFrame"
.
1 2 3 |
file |
Name of the file to read in. |
removeEmptyCols |
a logical value which indicates whether the empty column(s) should be removed
or not. It should always be considered as |
header |
a logical value indicating whether the file contains the names of the variables as its first line. If missing, the value is determined from the file format: header is set to TRUE if and only if the first row contains one fewer field than the number of columns. |
sep |
the field separator character. Values on each line of the file are separated by this
character. If |
quote |
the set of quoting characters. To disable quoting altogether, use |
dec |
logical. If TRUE then in case the rows have unequal length, blank fields are implicitly
added. See |
fill |
character: a character vector of length one containing a single character or an empty
string. Use |
comment.char |
character: a character vector of length one containing a single character or an
empty string. Use |
skip |
integer: the number of lines of the data file to skip before beginning to read data. |
An object of "AnnodatedDataFrame"
.
Navneet Phogat, Matthias Kohl, Matthias.Kohl@stamats.de
1 2 3 | Mx3005P.sampleInfo <- file.path(path, "Mx3005P_example_SampleInfo.txt")
Mx3005P.samInfo <- Read.Mx3005PSampleInfo(Mx3005P.SamInfo)
Mx3005P.samInfo [1:5] ## To visualise first five sample information data
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.