exportWeightedFeatureSet | R Documentation |
This function attempts to write a
hiveWeightedFeatureSetEntity
object to a file.
exportWeightedFeatureSet( object, filename, split = TRUE, suffixes = c(positive = "_positive", negative = "_negative"), verbose = getOption("GeneHive.verbose") )
object |
A |
filename |
Character string specifying the full path to an output file |
split |
Logical value specifying whether a |
suffixes |
Character vector of length 2, with names |
verbose |
Logical value specifying whether messages should be printed |
If the operation is successful, the function writes the
WeightedFeatureSet
to the file specified by filename
;
otherwise, the function terminates with an error message.
Adam C. Gower agower@bu.edu
This function is a wrapper for the qwrite
function.
Its converse is importWeightedFeatureSet
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.