Git Product home page Git Product logo

Comments (12)

yupenghe avatar yupenghe commented on May 31, 2024

Do you mind to share the top few lines of your input file?

from methylpy.

knoedlerj avatar knoedlerj commented on May 31, 2024

Sure thing! The input tsv file is starts with:

chr1 59764278 59878081 NM_007561 0 +
chr1 193301993 193343878 NM_008484 0 +
chr1 42695767 42700209 NM_008900 0 +
chr1 95587681 95667594 NM_009183 0 -
chr1 84036292 84284645 NM_001003948 0 -
chr1 93478992 93509732 NM_010891 0 +

from methylpy.

yupenghe avatar yupenghe commented on May 31, 2024

The format looks fine. There are a few possible causes.

  • I notice that you are using "chr1". Please make sure the chromosome in allc file is named in the same way.
  • Please double check that the input file is tab-separated.
  • You will need to add a header to the file; otherwise the first line of the file will be treated as header.

from methylpy.

knoedlerj avatar knoedlerj commented on May 31, 2024

Thanks, that seems to have worked! However, now only some of the entries actually get their methylation levels calculated - currently trying to figure out why.

from methylpy.

knoedlerj avatar knoedlerj commented on May 31, 2024

Update - it's only calculating levels for about 10% of the intervals listed and nothing obvious seems different about those intervals (these samples have about 25x coverage so there should be information on most of them). Has this behavior been reported before?

from methylpy.

yupenghe avatar yupenghe commented on May 31, 2024

I don't think so. It will be great help for me to debug if you can share a subset of the data for reproducing this issue.

from methylpy.

knoedlerj avatar knoedlerj commented on May 31, 2024

Can do - I can supply a subset of one of the allc files and the tsv. Even the reduced allc is pretty big (414 MB compressed) - how would you like me to send it? Thank you very much for your assistance!

from methylpy.

yupenghe avatar yupenghe commented on May 31, 2024

If you can set up a link for me to download the data, it will be fine. FTP, google drive etc will work for me.

from methylpy.

knoedlerj avatar knoedlerj commented on May 31, 2024

Thanks! Try this: https://drive.google.com/open?id=1bUIvMYR-aopcMwoQEttaYlx8UrRrOZ00

from methylpy.

yupenghe avatar yupenghe commented on May 31, 2024

Thanks. I think the problem is that the input tsv file is not sorted. You can use the below command to sort the file.

head -n 1 POA_allpairwisegenes.tsv > header
tail -n +2 POA_allpairwisegenes.tsv|sort -k 1,1 -k 2,2g -k 3,3g |cat header - > POA_allpairwisegenes.reformatted.tsv
rm header

The problem should be solved with the sorted file. Please let me know if it works.

from methylpy.

knoedlerj avatar knoedlerj commented on May 31, 2024

Looks like it worked, thank you!! Now to figure out what it all means . .

from methylpy.

coralzhang avatar coralzhang commented on May 31, 2024

I have a similar issue. But my output tsv file has only the bed file
This is the test bed file
chromosome start end
2 1 40001
2 40001 80001
2 80001 120001
2 120001 160001
This is the output I get
chromosome start end methylation_level_ACA methylation_level_ACB methylation_level_pCMT3-RNAiA methylation_level_pCMT3-RNAiB
2 1 40001
2 40001 80001
2 80001 120001
2 120001 160001

I checked that my files are using proper tab as delimiter and the allc files are not empty....
2 1647 - CAT 2 20 1
2 1649 + CGT 10 12 1
2 1650 - CGT 16 21 1
2 1653 + CCT 0 12 0

from methylpy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.