Entering edit mode
6.5 years ago
nour.hadjz
▴
20
Hi, i am just beginning with imputation and i try to understand the concordance rate between SNP observed and SNP not observed. can you tell me if the SNP observed are referred to reference panel ?? and what's the difference between SNP observed and not observed phasing and SNP observed and not observed not phasing ?? please if you can help me!
Please provide some context... such as:
Hi, i will use Beagle sofware to impute missing data contained in a genotyping chip concerning a Malagasy population (sample) using a reference panel of 1000 genome. the imputation will concern chromosome 20. and i will repeat this operation with an european, asian and mexican population.The purpose of this study is to better understand their history, biological adaptation processes, and the prevalence of certain genetic risk factors.
i guess when i do the imputation, I need to measure the concordance rate between my imputed SNPs and the SNPs observed in the reference panel! But i don't know how to explain this part! can you bring me some HELP please?!
i want to install Beagle beagle V 4.1 on Ubuntu. If you have some advices about installation and use of Beagle I'm all ears!!
Okay, let's just get the program installed, first. Can you try to follow this? - https://francoismichonneau.net/2014/05/how-to-install-beagle-on-ubuntu/
just to know before trying to install Beagle, first I have to install java on Ubuntu is not it? because Beagle is implemented in java is not it ?? i will try to follow this and, I come back to you thank you for helping me Sir! I am a real beginner.
Yes, but that is done via the following command:
openjdk-7-jdk
is a collection of JAVA libraries for run-time and development.Ah Okay! thank you, so i will try it. And I will write to you tomorrow if you do not mind !
Sure thing!
Hi! the version of my Ubuntu is 16.04 and the site you advised me to follow is for Ubuntu 14.04, will that be fine ?? thank you.
I believe it should be okay. I also use Ubuntu 16.04
I type the firt line in my terminal
and the result is this:
is there a solution? thank you
maybe i should install all this package separately
You can just follow this advice, for example: https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-get-on-ubuntu-16-04
Doing that, the most updated version of java jdk will be installed
i followed this website: https://github.com/beagle-dev/beagle-lib/wiki/LinuxInstallInstructions and and he installed me libBeagle version 3.0 i want to install the version 4.1 of beagle beacause is the most accurate version of phasing and imputation!
Okay, just download the JAR file from here: https://faculty.washington.edu/browning/beagle/beagle.html#download
i try to download this jar file "beagle.27Jan18.7e1.jar" ? when I click on it I have something incomprehensible. but i found some thing like that on google,is that it? Sorry for my questions!
I'm assuming you're not conversant with java or jar files. Please Google
how to execute a jar file
and follow any of the Stack Overflow links.Not sure why you need this fancy script...? You can just click on the link in your web browser and then the JAR file will download.
You then execute it with
java -jar beagle.27Jan18.7e1.jar
Already functions for me:
sorry for the way of writing my messages!! I'm working on Ubuntu when i click on th link "beagle.27Jan18.7e1.jar" found in "https://faculty.washington.edu/browning/beagle/beagle.html#introduction" i have this :
---- binary junk deleted --------
What about right-click, and then 'Save As' or 'Save Target As?
Your browser may be trying to open the JAR file as plain text
thank you i did right -click and then "save target as" on my desk and then i did on my terminal "Java -jar beagle.27Jan18.7e1.jar" but it tell me "unable to access jarfile beagle.27Jan18.7e1.jar" !!
Because the directory may not be in your
$PATH
. Make sure youcd
toDesktop
if you save the file there.And then try:
java -jar ./beagle.27Jan18.7e1.jar
Hi , I had problems with my ubuntu it is blocked but finally I was able to install beagle in another computer. that's why I was absent. thanks for your previous help.
Now, how to impute on Beagle 4.1 my missing data using a referecne panel. is there a script or some commands to do this operation ?? I can not find a very precise document on that. Can you help me please ?!
Hello, I recommend that you open a new thread specifically about running Beagle. This thread's issue has already been solved, and it would be good to bring in other users to the discussion.
ok, thank you i did it
Thank you. I will check again tomorrow to see if there are any responses to the new thread.
if [ ! -f beagle.27Jan18.7e1.jar ]; then echo echo "Downloading beagle.27Jan18.7e1.jar" wget http://faculty.washington.edu/browning/beagle/beagle.27Jan18.7e1.jar fi if [ ! -f bref.27Jan18.7e1.jar ]; then echo echo "Downloading bref.27Jan18.7e1.jar" wget http://faculty.washington.edu/browning/beagle/bref.27Jan18.7e1.jar fi
Please use the formatting bar (especially the
code
option) to present your post better. I've done it for you this time.Please edit your question and add this information there.