ImmunoBase: Immune-disease associated variants, regions and genes from...

Description Usage Value Examples

Description

This dataset contains data obtained from ImmunoBase. For each of 20 immune-diseases, its associated variants, regions, and nearby genes (within 500kb) are stored.

Usage

1

Value

a list with 5 components:

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
ImmunoBase <- xRDataLoader(RData.customised='ImmunoBase')
names(ImmunoBase)
ImmunoBase$AS$disease
ImmunoBase$AS$variants
head(ImmunoBase$AS$genes_variants)
head(ImmunoBase$AS$genes_regions)

## End(Not run)

Example output

Loading required package: igraph

Attaching package: 'igraph'

The following objects are masked from 'package:stats':

    decompose, spectrum

The following object is masked from 'package:base':

    union

Loading required package: dnet
Loading required package: supraHex
Loading required package: hexbin
Loading required package: ggplot2
Start at 2019-08-21 15:59:34

Attempt to download from https://github.com/hfang-bristol/RDataCentre/blob/master/Portal/ImmunoBase.RData?raw=true (at 2019-08-21 15:59:35)
Attempt to download from http://galahad.well.ox.ac.uk/bigdata/ImmunoBase.RData (at 2019-08-21 15:59:36)
Attempt to download from http://galahad.well.ox.ac.uk/bigdata/ImmunoBase.RData (at 2019-08-21 15:59:37)
'ImmunoBase' CANNOT be loaded (at 2019-08-21 15:59:38)

End at 2019-08-21 15:59:38
Runtime in total is: 4 secs

NULL
NULL
NULL
NULL
NULL

XGR documentation built on June 18, 2019, 3:01 p.m.

Related to ImmunoBase in XGR...