You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(omixerRpm)
# read a functional profile matrix into R or create it inside R
dat <- read.table("test/matrix.tsv", header=T, sep="\t")
# Run the module mapping on the loaded table.
mods <- rpm(dat, minimum.coverage=0.3, annotation = 1)
The omixer-rpm.jar is provided in the inst/java folder of the distribution package!
However I just realized it only works for Linux!
If you are not on Linux, the new source package contains all the dependencies and should work now (I need to double check on a windows machine though, but on macOS Sierra it works)
Hi,
I tried to run you example code:
but I have this error
when I l look into your code, it seems that you need to call a jar file from a java folder
which is not provided from this repo. Where could I find "omixer-rpm.jar"?
Thank you,
Julien
The text was updated successfully, but these errors were encountered: