Changes

Jump to: navigation, search

Analysing Data on Armis or Great Lakes using Rmd Files

700 bytes added, 17:33, 10 July 2023
Instructions for installing and running 7zip
You can access the server either through the command line or through a remote desktop if you prefer a GUI. There a limited functionality to Armis2 here that can also be used (see these [https://arc.umich.edu/armis2/user-guide/ instructions]).
== Deidentified Data Request == If you submit a deidentified data request via https://datadirect.precisionhealth.umich.edu, your data will be sent as a 7zip file to the turbo storage in a folder named for your IRB. You will be prompted to enter a password to protect this file, do not lose this password.
=== Accessing the Server - Command Line ===
== Extracting Data ==
 
The data archive will be a password-protected 7zip file. You will need to first install 7zip in your home directory in a bin folder before extracting the archive
<pre>
mkdir bin
cd bin
wget https://www.7-zip.org/a/7z2301-linux-x64.tar.xz
tar -xf 7z2301-linux-x64.tar.xz
7zz
</pre>
 
If this works you should see the manual entry for 7zip.
 
To extract your archive move into your working directory and then use the command <code>7zz x '<ARCHIVE>.zip', entering the password you created in [[#Deidentified Data Request|Deidentified Data Request]]. This should generate folder containing a series of csv files to be used by your R scripts.
 
== Submitting Scripts to the Server ==

Navigation menu