Description Usage Arguments Value Author(s) Examples
View source: R/ReadLC480SampleInfo.R
Read the .txt sample information file of raw data of experiment run on Light Cycler LC480
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 | LC480.sampleInfo <- file.path(path, "LC480_example_SampleInfo.txt")
LC480.saminfo <- Read.LC480SampleInfo(Mx3005P.sampleInfo)
samInfo.Ag [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.