Trying to build a transcript data base using makeTranscriptDbFromBiomart but got a error.
Hi guys I am trying to learn use R for RNA-SEQ analysis and I am trying some functions and guides from bioconductor, however I am getting some errors.
One of them I quickly found a answer, because they change the name of the fuunction 8(.
But this error I didn't find any answer still:
txdb <- makeTranscriptDbFromBiomart( biomart="ENSEMBL_MART_ENSEMBL",
dataset="hsapiens_gene_ensembl" )
Error in makeTranscriptDbFromBiomart(biomart = "ENSEMBL_MART_ENSEMBL", :
could not find function "makeTranscriptDbFromBiomart"
I import the library as due
library( "GenomicFeatures" )
But got that error.
Any tip?
thanks
• 1,383 views
•
link
1 answer
I got it done with makeTxDbFromBiomart... well I guess they change the functions names a lot in R packages.
Thsnks
• 0 views
•
link
Log in to answer this question.