Difference between revisions of "UK Biobank/file locations"

From Vrieze Wiki
Jump to navigation Jump to search
(Created page with "The files are on RC in <pre> /work/KellerLab/UKBiobank </pre>")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
The files are on RC in
 
The files are on RC in
<pre>
+
<syntaxhighlight lang="bash">
 
/work/KellerLab/UKBiobank
 
/work/KellerLab/UKBiobank
</pre>
+
</syntaxhighlight>
 +
 
 +
The phenotypes are in an Rdata file that can be read in with a line such as
 +
<syntaxhighlight lang="rsplus">
 +
load(file="/work/KellerLab/UKBiobank/phenotypes/uk1653.Rdata")
 +
</syntaxhighlight>
 +
The data is all in an object called "bd".
 +
 
 +
The raw genetic data is under the directory
 +
<syntaxhighlight lang="bash">
 +
/work/KellerLab/UKBiobank/genetics/raw
 +
</syntaxhighlight>
 +
it is in vcf.gz, bed, and UK Biobank cal format in the so named directories.

Latest revision as of 18:29, 29 February 2016

The files are on RC in

/work/KellerLab/UKBiobank

The phenotypes are in an Rdata file that can be read in with a line such as

load(file="/work/KellerLab/UKBiobank/phenotypes/uk1653.Rdata")

The data is all in an object called "bd".

The raw genetic data is under the directory

/work/KellerLab/UKBiobank/genetics/raw

it is in vcf.gz, bed, and UK Biobank cal format in the so named directories.