getQUBIC2biclusters: Extract QUBIC2 biclusters

getQUBIC2biclustersR Documentation

Extract QUBIC2 biclusters

Description

Extract biclusters from a QUBIC2 "*.blocks" file. Row and column names are not added to the bicluster objects.

Usage

getQUBIC2biclusters(filename, transposed = FALSE)

Arguments

filename

Path to the QUBIC2 results file.

transposed

Set to TRUE, if the biclustering was performed on a tranposed matrix.

Value

A list of validated bicluster objects (See validate_bicluster).

Examples

a <- "PathToQUBIC2output.txt"
# Not run: getQUBIC2biclusters(a)


tdrose/mosbi documentation built on May 4, 2022, 3:22 p.m.