View source: R/ICA_from_file.R
ICA_from_file | R Documentation |
Input: matrix X (ex. rows as genes, cols as samples) Output: plots only currently
ICA_from_file(data, data.labels, comps = 5)
data |
file for the input matrix X (.txt or .RDS file) |
data.labels |
labels for samples with two columns: samp.names and type |
comps |
number of components to be extracted, defualt = 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.