Last chance! 50% off unlimited learning
Sale ends in
ClinVarCnv_UCSC(gen, chr, start, end, showId = FALSE)
http://bioconductor.org/packages/release/bioc/html/Gviz.html
snpLocations_UCSC
, structureBiomart_ENSEMBL
,
snpBiomart_ENSEMBL
,
CoreillCNV_UCSC
, COSMIC_UCSC
,
ClinVarMain_UCSC
library("Gviz")
chrom <- "chr2"
start <- 38290160
end <- 38303219
gen <- "hg38"
if(interactive()){
clinCNV<-ClinVarCnv_UCSC(gen,chrom,start,end)
plotTracks(clinCNV, from = start, to =end)
}else {
data(ClinVarCnvTrack)
plotTracks(clinCNV, from = start, to =end)
}
Run the code above in your browser using DataLab