Hello, Ruyu.
Thank you for your interest in the Genome Browser and for your question about liftOver.
Looking at the screenshot, it looks like the bed file has NCBI chromosome names (chromosome 1 = “1”) whereas the liftOver utility requires bed format in which the chromosome names are UCSC convention chromosome names (chromosome 1 = “chr1”). You can slightly modify your command to the following to change the chromosome names as UCSC convention chromosome names:
awk '{print "chr" $1 "\t" $4-1 "\t" $4 "\t" $2 "\t.\t."}' All_Cohorts_Case_Control_filtered.bim > All_Cohorts_Case_Control_filtered_GRCh37.bed
I hope this is helpful. If you have any further questions, please reply to gen...@soe.ucsc.edu. All messages sent to that address are archived on a publicly accessible Google Groups forum. If your question includes sensitive data, you may send it instead to genom...@soe.ucsc.edu.
Gerardo Perez
UCSC Genomics Institute
--
---
You received this message because you are subscribed to the Google Groups "UCSC Genome Browser Public Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to genome+un...@soe.ucsc.edu.
To view this discussion on the web visit https://groups.google.com/a/soe.ucsc.edu/d/msgid/genome/71b93dad-d332-472b-928f-dee5293bb3fdn%40soe.ucsc.edu.