powered by
write a rnk file from matrix W in a returned object of function DNMF. The rnk format is referred RNK
DNMF
rnk(object, fn = "./tmp.rnk", type = "o2m")
a returned object of function DNMF
the output filename. Default is "./tmp.rnk"
type o2m (Default) or o2o. to compare with multi sample labels. o2m means one Vs others, while o2o means one Vs another one.
# NOT RUN { rnk(dnmf_result, fn="tmp.rnk") # }
Run the code above in your browser using DataLab