Seqanswers Leaderboard Ad
Collapse
Announcement
Collapse
No announcement yet.
X
-
Although bowtie index essentially keeps the genome, I doubt it is optimized or designed for your purpose.
The code points to a way to retrieve ranges:
Code:/* Parse a .2bit file and sequence spec into an object. * The spec is a string in the form: * * file/path/input.2bit[:seqSpec1][,seqSpec2,...] * * where seqSpec is either * seqName * or * seqName:start-end
edit: indeed, BLAT has such functions included. See here for a bit of discussion about 2bit retrieval using Perl:
Last edited by gringer; 10-31-2013, 03:43 PM.
Leave a comment:
-
yeah, I'm torn on holding it in memory or not. Toy with different workflows
Leave a comment:
-
If you really have a LOT of positions, then it's best to read the genome into memory. samtools faidx is great for a smallish number of sites, but it grabs the sequence from disk, making it a bit slow for a large number of queries.
Leave a comment:
-
I want to retrieve lots of regions efficiently, but thanks for pointing me to faidx, I'll see how it works.
Leave a comment:
-
Although bowtie index essentially keeps the genome, I doubt it is optimized or designed for your purpose. Use faidx if you only want to retrieve a few regions.
Leave a comment:
-
The bowtie-inspect thing does get all the info out, but thats 3gb of info since I can't select a location
Leave a comment:
-
Just to clarify, I mean using the index - giving it a chromosome name (fasta header) and location numbers, and getting back a sequence.
I don't want to run an alignment, just pull out the sequence. So no SAM output.
For this I'm using bowtie, not bowtie2. But of bowtie2 can do this...
Thanks
Leave a comment:
-
Originally posted by shawn.mek View PostWe have the fasta files (obviously) for the hg19 genome, we used them to create a big Bowtie index.
I was hoping not to have to keep the fasta file. Instead just look up sequences in the Bowtie index when I get chromosome locations.
I know when the alignment comes back it tells me where the alignment occurs and which fasta record (header) that it came from. So all the info is there, but I can't figure out how to pull out a sequence given a location.
Does anyone know if this is possible, or know much about the index format (perhaps I could write a little program to fish out a sequence)?
Thanks
Code:bowtie2-inspect No index name given! Bowtie 2 version 2.1.0 by Ben Langmead ([email protected], www.cs.jhu.edu/~langmea) Usage: bowtie2-inspect [options]* <bt2_base> <bt2_base> bt2 filename minus trailing .1.bt2/.2.bt2 By default, prints FASTA records of the indexed nucleotide sequences to standard out. With -n, just prints names. With -s, just prints a summary of the index parameters and sequences. With -e, preserves colors if applicable. Options: -a/--across <int> Number of characters across in FASTA output (default: 60) -n/--names Print reference sequence names only -s/--summary Print summary incl. ref names, lengths, index properties -e/--bt2-ref Reconstruct reference from .bt2 (slow, preserves colors) -v/--verbose Verbose output (for debugging) -h/--help print detailed description of tool and its options --help print this usage message
Leave a comment:
-
Use Bowtie Index to get sequences using locations
We have the fasta files (obviously) for the hg19 genome, we used them to create a big Bowtie index.
I was hoping not to have to keep the fasta file. Instead just look up sequences in the Bowtie index when I get chromosome locations.
I know when the alignment comes back it tells me where the alignment occurs and which fasta record (header) that it came from. So all the info is there, but I can't figure out how to pull out a sequence given a location.
Does anyone know if this is possible, or know much about the index format (perhaps I could write a little program to fish out a sequence)?
Thanks
Latest Articles
Collapse
-
by seqadmin
Non-coding RNAs (ncRNAs) do not code for proteins but play important roles in numerous cellular processes including gene silencing, developmental pathways, and more. There are numerous types including microRNA (miRNA), long ncRNA (lncRNA), circular RNA (circRNA), and more. In this article, we discuss innovative ncRNA research and explore recent technological advancements that improve the study of ncRNAs.
Nobel Prize for MicroRNA Discovery
This week,...-
Channel: Articles
10-07-2024, 08:07 AM -
-
by seqadmin
Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...-
Channel: Articles
09-23-2024, 06:35 AM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, Yesterday, 06:55 AM
|
0 responses
10 views
0 likes
|
Last Post
by seqadmin
Yesterday, 06:55 AM
|
||
Started by seqadmin, 10-02-2024, 04:51 AM
|
0 responses
109 views
0 likes
|
Last Post
by seqadmin
10-02-2024, 04:51 AM
|
||
Started by seqadmin, 10-01-2024, 07:10 AM
|
0 responses
114 views
0 likes
|
Last Post
by seqadmin
10-01-2024, 07:10 AM
|
||
Started by seqadmin, 09-30-2024, 08:33 AM
|
1 response
118 views
0 likes
|
Last Post
by EmiTom
10-07-2024, 06:46 AM
|
Leave a comment: