Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mappability file for hg38 #21

Open
katherinef opened this issue Jan 31, 2020 · 2 comments
Open

Mappability file for hg38 #21

katherinef opened this issue Jan 31, 2020 · 2 comments

Comments

@katherinef
Copy link

Hello,

Is it possible to provide the mappability file for hg38? I'm sure it's something a lot of people will require for use with CLAMMS.

Best wishes

Kath

@katherinef
Copy link
Author

I have tried lifting over the hg19 75mer mappability file to hg38 coordinates using the liftOver tool. There are something like ~38,000 regions that are unlifted. Is this sufficient as a fix for running CLAMMS on hg38 data?

@katherinef
Copy link
Author

SOLUTION: I've made the mappability file myself using the static version of GEMTools (https://gemtools.github.io/). I used the following commands (where -t/-T options give number of threads) to produce the mappability file and then convert to wig:

gemtools index -i genome.fa -o genome.gem -t 20
gem-mappability -I genome.gem -l 75 -o genome_75mer -T 20
gem-2-wig -I genome.gem -i genome_75mer.mappability -o genome_75mer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant