![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Annotation and org abbreviation for S. pombe in GAGE. | Parharn | Bioinformatics | 1 | 06-23-2014 01:41 AM |
How many replicates, how many reads for S. pombe RNA-seq | Parharn | Bioinformatics | 1 | 02-25-2014 11:59 PM |
Computer specs for RNA-seq S.pombe | Parharn | Bioinformatics | 8 | 01-24-2014 07:06 AM |
iGenome S. pombe builds | Parharn | General | 4 | 01-08-2014 05:21 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Sweden Join Date: Jul 2013
Posts: 84
|
![]()
I am trying this workflow: "RNA-Seq Data Pathway and Gene-set Analysis Workflows
Weijun Luo" but on S. pombe and not human data. In part 3.2 it starts with: > library(TxDb.Hsapiens.UCSC.hg19.knownGene) I need help with finding the corresponding package for S. pombe! Please help! /Parham |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: US Join Date: Aug 2013
Posts: 123
|
![]()
You would need to construct your own TranscriptDb object using function like makeTranscriptDbFromGFF from the GenomicFeatures package:
library(GenomicFeatures) ?makeTranscriptDbFromGFF You may download the GFF data for S. pombe genome from: http://www.pombase.org/downloads/gen...asets#features I haven’t go through the whole process, but it should work theoretically. In addition, makeTranscriptDbFromUCSC and makeTranscriptDbFromBiomart in GenomicFeatures package are more staightfoward for species with genome annotation in UCSC or Biomart database. UCSC does not have annotation data for S. pombe genome. You may try makeTranscriptDbFromBiomart if you confirmed Biomart has the data. More details on GenomicFeatures package: http://www.bioconductor.org/packages...cFeatures.html |
![]() |
![]() |
![]() |
#3 |
Member
Location: Sweden Join Date: Jul 2013
Posts: 84
|
![]()
Thanks for the tips bigmw, I will give it a try and see how it will goes.
Cheers, /P |
![]() |
![]() |
![]() |
#4 |
Member
Location: 66206 Join Date: Sep 2009
Posts: 23
|
![]()
I just posted an approach to using Biomart at https://www.biostars.org/p/103251/
Here's the nub: Code:
txdb<-makeTranscriptDbFromBiomart( ,biomart ="fungi_mart_22" ,dataset = "spombe_eg_gene" ,host="fungi.ensembl.org" ) |
![]() |
![]() |
![]() |
Thread Tools | |
|
|