This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Bsmap methylation on Hadoop
Hello Everyone, Can someone give me some insights on how to do bsmap methylation extraction on human genome data using hadoop cluster??
bsmap methylation hadoop human genome

1 answer

The simplest method would be to just run each chromosome (or a part thereof, depending on how many cores you have, how the data is stored, etc.) on a separate core somewhere on the cluster. This actually has nothing to do with hadoop other than the fact that the cluster is likely using it for file storage.

Yeah. You are correct but I am wondering is there a way to do this using Hadoop.

If you want to write the code to do it, then pretty much anything is possible :)

Log in to answer this question.