![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Guide/tutorial for the analysis of RNA-seq data | MDY | Bioinformatics | 70 | 07-23-2013 12:57 AM |
tutorial annovar | abakelaar | RNA Sequencing | 0 | 07-27-2011 01:28 AM |
BOWTIE - Build Indexes - tutorial | andrehorta | Bioinformatics | 0 | 02-07-2011 04:52 AM |
A Bioconductor tutorial on Next Generation Sequencing at CAMDA2009 | shoeboyon | Bioinformatics | 0 | 08-21-2009 08:52 AM |
BED Tools forgenomic intervals | quinlana | Bioinformatics | 3 | 04-27-2009 09:36 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Germany Join Date: Dec 2009
Posts: 15
|
![]()
Sorry I'm a total beginner in bioinformatics and really need some help.
I'm on a mac and so far I've managed to install xcode and therefore was able to execute the installation process described here: http://code.google.com/p/bedtools/ Now I've got the problem that I can't get anything started because I'm lacking the 'terminal' commands. So here I picked an example from the manual: ########################### 5.4.1 Usage and option summary Usage: $ bamToBed [OPTIONS] -i <BAM> ########################### How would on use this command ? Thanx a lot in advance! |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: Kansas City Join Date: Mar 2008
Posts: 197
|
![]()
Do you have data in .bam format?
|
![]() |
![]() |
![]() |
#3 |
Member
Location: Germany Join Date: Dec 2009
Posts: 15
|
![]()
Yes, but do I have to give the full path to the files or in which directory do I have to place them ?
Which directory do I have to open in terminal, when I execute a command ? |
![]() |
![]() |
![]() |
#4 |
Senior Member
Location: Kansas City Join Date: Mar 2008
Posts: 197
|
![]()
You can either give the full path to the files or work in the same directory as the files. You can call a command from any directory if it's installed somewhere in your PATH.
|
![]() |
![]() |
![]() |
#5 |
Member
Location: Germany Join Date: Dec 2009
Posts: 15
|
![]()
I told you I'm an absolute beginner, but finally I've solved the problem.
![]() When I copied an example command like: $ bamToBed [OPTIONS] -i <BAM> I didn't remove the '$' so I had 2 '$' in the terminal which led to a 'command not known'. But now it works so I'll finally get back to you with some other basic usage questions ![]() |
![]() |
![]() |
![]() |
#6 |
Member
Location: Germany Join Date: Dec 2009
Posts: 15
|
![]()
Okay, as proposed here is my next question.
When I use the coverageBed command, it gives me only the coverage for the specified regions in file b but not of the whole span. E.g. reference file b contains chr1: 1000-2000 , then I only get the mean coverage for this region. How can I get the per base coverage in this region ? |
![]() |
![]() |
![]() |
#7 |
Senior Member
Location: Charlottesville Join Date: Sep 2008
Posts: 119
|
![]()
Use the -d option for per base coverage. Available in version 2.9 and later.
Aaron |
![]() |
![]() |
![]() |
#8 |
Member
Location: Germany Join Date: Dec 2009
Posts: 15
|
![]()
-d is what I used. The problem is, if in the reference b file are given e.g. 5 ranges like described before, I only get one value per each range. What I would like to have is for every base in the range. In this case: chr1: 1000-2000 I would expect 1000 lines of output.
|
![]() |
![]() |
![]() |
Tags |
bedtools bam |
Thread Tools | |
|
|