[BioC] Is there a place to download GenomicFeatures'
Marc Carlson
mcarlson at fhcrc.org
Thu Dec 16 18:27:01 CET 2010
Hi Wenzhang,
I think Steve is probably right in that it sounds like you have a
connection issue. In addition, once you get it downloaded, you will
probably want to use saveFeatures() and loadFeatures() to preserve a
local copy of your annotations. So you might want to look at that as well.
Marc
On 12/16/2010 07:53 AM, Steve Lianoglou wrote:
> Hi,
>
> On Thu, Dec 16, 2010 at 9:09 AM, Wenzhang Wang <052023069 at fudan.edu.cn> wrote:
>
>> Dear all,
>>
>> When I am trying to run the follwing codes , the R is dead with no response:
>> either
>>
>>
>>> txdb <- makeTranscriptDbFromUCSC(genome="hg19", tablename="refGene")
>>>
>> or
>>
>>> txdb <- makeTranscriptDbFromUCSC(genome="hg19", tablename="knownGene")
>>>
> This is working for me -- perhaps you are having some connectivity problems?
>
> R> sessionInfo()
> R version 2.12.0 (2010-10-15)
> Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
>
> locale:
> [1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8
>
> attached base packages:
> [1] stats graphics grDevices utils datasets methods base
>
> other attached packages:
> [1] GenomicFeatures_1.2.3 GenomicRanges_1.2.1 IRanges_1.8.5
>
>
More information about the Bioconductor
mailing list