Sign inSign up

o76923/metabus

By o76923

Updated over 9 years ago

Convert raw data from metabus into a format with pair details

Image
0

1.0K

o76923/metabus repository overview

To run, type in the following command

docker run -v /path/to/data/:/app/data -e TARGET=allData_Jan_29 o76923/metabus

replace -v /path/to/data with the path on the local machine that has the .rda file. Replace -e TARGET=allDAta_Jan_29 with the name of the .rda file that has the source data. It will create a .rds file in the same directory on your local machine.

The rds file can be used by typing

df <- readRDS("/path/to/data/target.rds")

in R. Then each row is a pair so df[1] contains a left_id, a right_id, and data which is a dataframe containing r, n, and cluster.

Tag summary

Content type

Image

Digest

Size

86.9 MB

Last updated

over 9 years ago

docker pull o76923/metabus