Description Usage Arguments Value Examples
Read gene sets from large gmt file in batches, convert the gene sets to 01 matrix and write the result to an HDF5 file.
1 |
gmtfile |
character(1), path to gmt file containing gene sets |
dest_h5 |
character(1), path of the hdf5 destination file |
by_nset |
number of gene sets to import in each iteration to limit memory usage |
overwrite |
TRUE or FALSE, whether to overwrite or to append to existing 'h5file' |
HDF5 file
1 2 3 4 | gmt <- system.file("extdata", "test_gene_sets_n4.gmt",
package="signatureSearch")
h5file <- tempfile(fileext=".h5")
gmt2h5(gmtfile=gmt, dest_h5=h5file, overwrite=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.