Remove bacteria data from nt database
Hi all, I want to remove the bacteria data from the all nt database. Can someone tell me what's the best way to remove it? Thanks
nt
ncbi
• 1,866 views
•
link
written
by
anasofiamoreira94
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Database for taxonomic assignment of shotgun sequencing reads data
written by Muhammad •Hello everyone. I was trying to run my raw data from shotgun sequencing through DADA2 and could not find a reference database for the simultaneous …
-
How can I get GTF file for TE annotations from Helicoverpa armigera?
written by pavelasquezv •Hi all, I hope post finds you well I **need a GTF file for transposable elements annotations from Helicoverpa armigera** genome. The species is not …
-
Description of nt database from NCBI
written by anasofiamoreira94Good afternoon, I can't find how NCBI builds nt database, and what's the meaning of each file extension. Can someone tell where I can read, …
-
Download ncbi database with filezilla
written by anasofiamoreira94Good Morning, I'm using windows and I would like to download the nt database from ncbi with filezilla. However I get "Connection attempt failed with …
-
Vegetable databases usage
written by anasofiamoreira94Good morning, I'm using all nt database to analyse the vegetables. However, in some cases we have animal mixed with vegetables and want only to …
-
Add taxID to makeblastdb
written by anasofiamoreira94I'm sorry if this is a repeated question, but I continue to have doubts. I created a blastdb like this: makeblastdb -in input.fasta -dbtype nucl …
-
Kraken2 database curation
written by AsafHi all, I'm working on mouse gut microbiome samples and want to use kraken to get their taxonomic profile. I'm using kraken2 with the databases …
-
get bacteria data from NT database
written by agata88Hi all! I am downloading nt database by update_blastdb --decompress nt Now I would like to limit database to bacteria taxid:2 . What is the …
-
How to find lncRNA when I already knew target microRNAs?
written by charlesleewd •Hi! I'm a new guy from China. I have known 5 microRNAs (sequence and function) already, and I want to find some lncRNAs which can …
-
Download Transcription Factor Targeting Genes Data
written by I am •<p>Hello all,</p> <p>I want to create human transcriptional regulatory network. Can someone tell me an updated database, which can tell me transcription factors targeting genes?</p> …
It may be simpler to post-filter your results for bacteria instead?
As @lieven points out below
should work. Assuming
ntis properly annotated bacterial taxID.Edit: No sequences in
ntappear to be annotated with taxID2so that idea is not going to work.alternatively (if you are using the newest blast version) use the taxonomic filtering options and set that to only report eukaryotic hits. No need to modify your blastDB in this case
EDIT/update : though this seems to work on the NCBI webblast, there are indications this does not work on the (local) CLI version
I'm using blast locally
This would work if I add the Ids of the species to remove. But then again, they can change, so the result will be different.
Hi, I think the search within database should now be possible by limiting taxa even in offline BLAST.
See this NCBI webinar
And/or this post: https://ncbiinsights.ncbi.nlm.nih.gov/2019/01/04/blast-2-8-1-with-new-databases-and-better-performance/.
Bu t if you are after sequences, then I'm not aware of any option to extract the sequences directly from
ntdatabase. However, one possible way might be to list all accessions innt(blastdbcmd), run them throughentrezOR get yourself accession2taxid table, select which you want and then extract them usingblastdbcmd.GL
As far as I can tell
ntsequences are annotated at the Genus level. So only way you may be able to do this is to get those names and exclude ones that are bacteria.