Git Product home page Git Product logo

eccdna_rca_nanopore's People

Contributors

icebert avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

eccdna_rca_nanopore's Issues

problems with an empty variant call file and an info file filled with all zero values

Hi eccDNA_RCA_nanopore team,

Thanks for developing such an useful tool. I might have a general question about two empty output files. First, in the sequence info file, the values for all columns are zero, including Nfullpass, Nfragment, refLength, seqLength, and fragments. Second, the variant call file is also empty. I am wondering if you have any clue of what caused this problem?

Thank you in advance!
Yue

code algorithm questions

Hello,
I have a question while understanding the code, at line 333 of eccDNA_RCA_nanopore.py
IMTIRERA8%80U7NG7SVGT14
When looping, when a fragment is unqualified, all subsequent fragments including it will be filtered out, instead of only this one fragment, why is this?

some problems when running

Traceback (most recent call last):
  File "./software/eccDNA_RCA_nanopore/eccDNA_RCA_nanopore.py", line 577, in <module>
    cs = ConsensusSequence(fastq, genome, read).callConsensus()
  File "./software/eccDNA_RCA_nanopore/eccDNA_RCA_nanopore.py", line 525, in callConsensus
    consensus[i].align(seq, readInterval, refInterval, frag.cigar)
  File "./software/eccDNA_RCA_nanopore/eccDNA_RCA_nanopore.py", line 440, in align
    self.sequence[ref_cur-1].insert(seq[read_cur:read_cur+step])
  File "./software/eccDNA_RCA_nanopore/eccDNA_RCA_nanopore.py", line 381, in insert
    self.nt[self.last] -= 1
KeyError: ''

Hi, I met an error like this, do you know why ?

Some problems with output files

Hi, Excuse me, what are the formats of the three files output by eccDNA_RCA_nanopore?
Are there any output instructions?

thanks!

some problems of input data

Hi meng,
I'm wondering why trim adapter with porechop after Guppy trim barcode? BC and adapter has removed after guppy.

The results of the data part are inconsistent

I used porechop to process the SRR13602435.fastq file, but there were no changes in the resulting fastq file.

Then, I aligned the SRR13602435.fastq to mm10.combined.fa using minimap2 V2.17. After running eccDNA_RCA_nanopore, the data from the info file (fullpass1 reads, unique eccDNA) differs from the results reported in the article.
image

image

command:
porechop -i SRR13602435.fastq -o trim.fastq --extra_end_trim 0 --discard_middle
/minimap2-2.17/minimap2 -cx map-ont mm10.combined.fa SRR13602435.fastq -t 16 --secondary=no >mapping.paf
python eccDNA_RCA_nanopore.py --fastq SRR13602435.fastq --paf mapping.paf --reference mm10.combined.fa --info info --seq seq --var var --verbose --minDP 4 --minAF 0.75 --maxOffset 20 --minMapQual 30 |tee out.log

fullpass1 reads: less info |awk '$2>=1'|wc -l
unique eccDNA: less info |awk '$2>=2'|cut -f 6|sort|uniq|wc -l

What could this issue be?

Problems in the output coordinates

Hello,
I was trying to run the pipeline with my eccDNA data. I got some confusing results. My reference (>MLV) is 8857bp, however, in the output, some fragments are longer than the reference.

For example:
f75c8bb0-38ca-4579-b1e6-a45a51d4d258 4 1 2053 735 MLV:8123-10175(+)
684c27d0-97bf-4900-b2a0-9ca1991625e4 2 1 2823 1362 MLV:7496-10318(+)

I also got some results with coordinates <0

For example:
de744270-bb0d-40a9-9763-a3e37f0aabb4 4 2 2789 140 MLV:3034-3173(-)|MLV:-1115-1533(+)

Any suggestions would be appreciated.

Thanks
Weijia

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.