Description Usage Arguments Details Value Author(s) References See Also Examples
readSamplesSpfabia
: C implementation of readSamplesSpfabia
.
1 | readSamplesSpfabia(X,samples=0,lowerB=0.0,upperB=1000.0)
|
X |
the file name of the sparse matrix in sparse format. |
samples |
vector of samples which should be read; default = 0 (all samples) |
lowerB |
lower bound for filtering the inputs columns, the minimal column sum; default = 0.0. |
upperB |
upper bound for filtering the inputs columns, the maximal column sum; default = 1000.0. |
The data matrix is directly scanned by the C-code and must be in sparse matrix format.
Sparse matrix format: *first line: numer of rows (the samples). *second line: number of columns (the features). *following lines: for each sample (row) three lines with
I) number of nonzero row elements
II) indices of the nonzero row elements (ATTENTION: starts with 0!!)
III) values of the nonzero row elements (ATTENTION: floats with decimal point like 1.0 !!)
The code is implemented in C.
X
(data of the given samples)
Sepp Hochreiter
S. Hochreiter et al., ‘FABIA: Factor Analysis for Bicluster Acquisition’, Bioinformatics 26(12):1520-1527, 2010. http://bioinformatics.oxfordjournals.org/cgi/content/abstract/btq227
fabia
,
fabias
,
fabiap
,
spfabia
,
readSamplesSpfabia
,
readSpfabiaResult
,
fabi
,
fabiasp
,
mfsc
,
nmfdiv
,
nmfeu
,
nmfsc
,
extractPlot
,
extractBic
,
plotBicluster
,
Factorization
,
projFuncPos
,
projFunc
,
estimateMode
,
makeFabiaData
,
makeFabiaDataBlocks
,
makeFabiaDataPos
,
makeFabiaDataBlocksPos
,
matrixImagePlot
,
fabiaDemo
,
fabiaVersion
1 2 3 | #---------------
# TEST
#---------------
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.