This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to generate a smoothing plot for Fst along the genome from Lositan output?

Hi All,

I want to make a genome wide Fst plot using the Lositan output along with P-Values calculated by lositan.

Any inputs will be appreciated.

Thanks

snp lositan fst

1 answer

I don't know how to do it from Lositan, but I have all the details how to do it using my code:

https://github.com/jewmanchue/vcflib/wiki

Check out the library, run wcFst:

https://github.com/jewmanchue/vcflib/wiki/Association-testing-with-GPAT

smooth it:

https://github.com/jewmanchue/vcflib/wiki/Smoothing-with-GPAT

Log in to answer this question.