Hi,all
i want to use the R biocondunctor package-GenomicFeatures.and i follow the manual to install this package.
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("GenomicFeatures")
it sounds no problem.
however, when i type R and enter the R command,
>library(GenomicFeatures)
>txdb<- makeTranscriptDbFromUCSC(genome='hg19',tablename='ensGene'),
Error: could not find function "makeTranscriptDbFromUCSC"
why?
could someone help me to solve this?
i want to use the R biocondunctor package-GenomicFeatures.and i follow the manual to install this package.
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("GenomicFeatures")
it sounds no problem.
however, when i type R and enter the R command,
>library(GenomicFeatures)
>txdb<- makeTranscriptDbFromUCSC(genome='hg19',tablename='ensGene'),
Error: could not find function "makeTranscriptDbFromUCSC"
why?
could someone help me to solve this?
Comment