Last chance! 50% off unlimited learning
Sale ends in
Deprecated as this data is no longer available online This function uses a full list of ichip dense regions combined with a list of t1d SNPs to get the t1d regions. For type 1 diabetes researchers.
get.t1d.regions(dense.reg = NULL, build = NULL, invert = FALSE)
GRanges or RangedData object, only use if you need to provide for a build other than 36 or 37 (hg18/hg19).
e.g, 36/hg18 or 37/hg19, if left as NULL current getOption('ucsc') will be used.
logical, set to TRUE if you wish to get the set of NON-T1D regions.
a GRanges object with the specified type 1 diabetes (or inverse) ranges
# NOT RUN {
# t1d.reg <- get.t1d.regions()
# non.t1d <- get.t1d.regions(build=36,invert=TRUE)
# }
Run the code above in your browser using DataLab