![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
GO dataset for s. pombe | Parharn | Bioinformatics | 4 | 09-18-2014 08:23 AM |
Annotation for S. pombe in GAGE. | Parharn | Bioinformatics | 3 | 06-11-2014 10:33 PM |
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
|
![]()
Hi,
Does anybody know where to look up for these parameters required for the following function? No matter how much I searched on NCBI I couldn't find it! My organism is schizosaccharomyces pombe. Code:
makeOrgPackageFromNCBI(version = "???", + author = "Some One <so@someplace.org>", + maintainer = "Some One <so@someplace.org>", + outputDir = ".", tax_id = "????", genus = "????", species = "????") Parham Last edited by Parharn; 10-22-2014 at 01:25 PM. |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,088
|
![]() |
![]() |
![]() |
![]() |
#3 |
Member
Location: Sweden Join Date: Jul 2013
Posts: 84
|
![]()
Yes but it requires all the parameters in order to make package.
Version, author maintainer, etc. |
![]() |
![]() |
![]() |
#4 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,088
|
![]()
Take the following as an educated guess but based on the package help page it appears that the only critical thing to provide is correct taxID, the rest of the info could be left as defaults. Have you tried this?
|
![]() |
![]() |
![]() |
#5 |
Member
Location: Sweden Join Date: Jul 2013
Posts: 84
|
![]()
Yes and it gives error:
Code:
> library(AnnotationForge) > makeOrgPackageFromNCBI(tax_id="4896") Error in .isSingleString(version) : argument "version" is missing, with no default |
![]() |
![]() |
![]() |
#6 | |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,088
|
![]()
Try this version:
Quote:
|
|
![]() |
![]() |
![]() |
#7 |
Member
Location: Sweden Join Date: Jul 2013
Posts: 84
|
![]()
Thanks, I thought that is given as example. Now it worked but still I receive an error I don't know how to resolve. Can you help in that?
Code:
> makeOrgPackageFromNCBI(version = "0.1", author = "Some One <so@someplace.org>", + maintainer = "Some One <so@someplace.org>", outputDir = ".", + tax_id = "4896", genus = "Schizosaccharomyces", species = "pombe") Loading required package: GO.db Getting data for gene2pubmed.gz discarding data from other organisms Populating gene2pubmed table: table gene2pubmed filled Getting data for gene2accession.gz discarding data from other organisms Populating gene2accession table: table gene2accession filled Getting data for gene2refseq.gz discarding data from other organisms Populating gene2refseq table: table gene2refseq filled Getting data for gene2unigene discarding data from other organisms Populating gene2unigene table: table gene2unigene filled Getting data for gene_info.gz discarding data from other organisms Populating gene_info table: table gene_info filled Getting data for gene2go.gz discarding data from other organisms Populating gene2go table: Getting blast2GO data as a substitute for gene2go Error in sqliteExecStatement(con, statement, bind.data) : RS-DBI driver: (RS_SQLite_exec: could not execute: column name is not unique) In addition: Warning message: In file.remove(dbFileName) : cannot remove file 'org.Spombe.eg.sqlite', reason 'Permission denied' |
![]() |
![]() |
![]() |
#8 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,088
|
![]()
I can't help with that error though it appears to be related to database. You should post that on bioconductor support list.
|
![]() |
![]() |
![]() |
Tags |
makeorgpackagefromncbi, s.pombe |
Thread Tools | |
|
|