GenomicFeatures.Hsapiens.UCSC.hg19
2
0
Entering edit mode
Burak Kutlu ▴ 140
@burak-kutlu-3941
Last seen 9.6 years ago
HI Are there plans to release hg19 of GenomicFeatures.Hsapiens.UCSC soon? We would greatly appreciate it. Thanks -burak -- Burak Kutlu, PhD. Research Scientist Hood Lab Institute for Systems Biology
GenomicFeatures GenomicFeatures • 735 views
ADD COMMENT
0
Entering edit mode
burak kutlu ▴ 200
@burak-kutlu-1561
Last seen 6.4 years ago
Hi Are there plans to release the hg19 version of GenomicFeatures.Hsapiens.UCSC soon? Thanks -burak
ADD COMMENT
0
Entering edit mode
On Fri, Apr 23, 2010 at 5:43 PM, burak kutlu <burak_kutlu at="" yahoo.com=""> wrote: > Hi > Are there plans to release the hg19 version of GenomicFeatures.Hsapiens.UCSC soon? > Thanks Hi, Burak. I think this was answered already: http://article.gmane.org/gmane.science.biology.informatics.conductor/2 8562 Sean
ADD REPLY
0
Entering edit mode
@herve-pages-1542
Last seen 13 hours ago
Seattle, WA, United States
Hi Burak, Burak Kutlu wrote: > HI > Are there plans to release hg19 of GenomicFeatures.Hsapiens.UCSC soon? > We would greatly appreciate it. The GenomicFeatures *data* packages are deprecated. Use the GenomicFeatures *software* package (make sure you use the current BioC release, i.e. BioC 2.6, it requires R-2.11) to do: txdb <- makeTranscriptDbFromUCSC("hg19") > txdb TranscriptDb object: | Db type: TranscriptDb | Data source: UCSC | Genome: hg19 | UCSC Table: knownGene | Type of Gene ID: Entrez Gene ID | Full dataset: yes | transcript_nrow: 77614 | exon_nrow: 281605 | cds_nrow: 236664 | Db created by: GenomicFeatures package from Bioconductor | Creation time: 2010-04-24 14:22:14 -0700 (Sat, 24 Apr 2010) | GenomicFeatures version at creation time: 1.0.0 | RSQLite version at creation time: 0.8-4 Then have a look at the vignettes in GenomicFeatures to learn how to query 'txdb' (a TranscriptDb object). For example, to extract the exon structure of all the transcripts (or, said otherwise, to extract the exons grouped by transcript): > exbytx <- exonsBy(txdb, "tx") > exbytx GRangesList of length 77614 $1 GRanges with 3 ranges and 3 elementMetadata values seqnames ranges strand | exon_id exon_name exon_rank <rle> <iranges> <rle> | <integer> <character> <integer> [1] chr1 [11874, 12227] + | 1 NA 1 [2] chr1 [12613, 12721] + | 2 NA 2 [3] chr1 [13221, 14409] + | 3 NA 3 $2 GRanges with 3 ranges and 3 elementMetadata values seqnames ranges strand | exon_id exon_name exon_rank <rle> <iranges> <rle> | <integer> <character> <integer> [1] chr1 [11874, 12227] + | 1 NA 1 [2] chr1 [12595, 12721] + | 4 NA 2 [3] chr1 [13403, 14409] + | 5 NA 3 $3 GRanges with 3 ranges and 3 elementMetadata values seqnames ranges strand | exon_id exon_name exon_rank <rle> <iranges> <rle> | <integer> <character> <integer> [1] chr1 [11874, 12227] + | 1 NA 1 [2] chr1 [12646, 12697] + | 6 NA 2 [3] chr1 [13221, 14409] + | 3 NA 3 ... <77611 more elements> seqlengths chr1 chr2 ... chr18_gl000207_random 249250621 243199373 ... 4262 Cheers, H. > Thanks > -burak > -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M2-B876 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpages at fhcrc.org Phone: (206) 667-5791 Fax: (206) 667-1319
ADD COMMENT

Login before adding your answer.

Traffic: 791 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6