Entering edit mode
Tim Smith
★
1.1k
@tim-smith-1532
Last seen 10.2 years ago
Hi,
I wanted to determine the locations for all the alternative splicing
sites. I've made the query in biomaRt, but am not sure if this is
giving me what I want. Any help would be appreciated!
#####
library(biomaRt)
ensembl = useMart("ensembl", dataset = "hsapiens_gene_ensembl")
atb2 <- c("dbass5_id","dbass5_name",'hgnc_symbol','chromosome_name','s
tart_position','end_position','strand')
splice.locs <- getBM(attributes=atb2, mart=ensembl)
print(splice.locs[1:5,])
####
thanks!
[[alternative HTML version deleted]]