Description Usage Arguments Details Value Author(s) See Also Examples
Reading (read_pcl
),
writing (write_pcl
)
files and annotating matrices (mat2pcl)
1 2 3 4 |
df |
PCL object to be saved |
dataname |
Name of the file |
fileaddress |
Where to save the file |
filename |
File name to be loaded on R |
na.type |
feels the parameter na.strings of read.table |
Nrows |
Number of rows to be ignored (nrows of read.table) |
Comment.char |
comment.char of read.table |
... |
other read.table arguments |
mat |
matrix to be changed in annotated |
tag |
annotation |
The file (called filename) MUST contain 3 columns before the actual values, which are called CLID, NAME and GWEIGHT, described bellow. The first row must be the header of the columns (starting with CLID,NAME and GWEIGHT) and the second row must be EWEIGHT. Representing how much weight each column has: if some columns are n replicates they can have each a weight of 1/n.
Data frame composed of
CLID |
Column called CLID which is the ID of the features, which will then be the rownames of the dataframe |
NAME |
A possibly longer name, more meaningfull than CLID, text format |
GWEIGHT |
A weight for each gene or feature. If some genes are less important than others or only a pathway should be selected than the file (called filename) should have this information |
Matrix |
The matrix with numbers of the different observations |
Rachel Jeitziner
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.