GithubHelp home page GithubHelp logo

# about sprint HOT 19 CLOSED

iqraishtiaq avatar iqraishtiaq commented on July 21, 2024
#

from sprint.

Comments (19)

jumphone avatar jumphone commented on July 21, 2024

Please try:

cut -f 3 SPRINT_identified_all.res > SPRINT_identified_all.res.col3

bedtools intersect -a SPRINT_identified_all.res.col3 -b wheat.bed -u

from sprint.

jumphone avatar jumphone commented on July 21, 2024

Please try:

cut -f 1,2,3 SPRINT_identified_all.res > SPRINT_identified_all.res.col3

bedtools intersect -a SPRINT_identified_all.res.col3 -b wheat.bed -u

If it doesn’t work, can you send me some lines of your files using Email?

Feng

from sprint.

jumphone avatar jumphone commented on July 21, 2024

Have you tried to use the wheat.bed to annotated other files. Can you change it into a standard BED format file?

from sprint.

jumphone avatar jumphone commented on July 21, 2024

BED file should be TAB delimited.

Demo:

1A 7058 7215 GENE ID STRAND

from sprint.

jumphone avatar jumphone commented on July 21, 2024

Please try to use this bed:

cut -f 1,2,3,4,5,6 wheat.bed > wheat_col6.bed

bedtools intersect -a SPRINT_identified_all.res.col3 -b wheat_col6.bed -wa -wb > output.bed

from sprint.

jumphone avatar jumphone commented on July 21, 2024

Please see

arq5x/bedtools2#656

Maybe you need to sort your two bed files

from sprint.

jumphone avatar jumphone commented on July 21, 2024

Can you try BEDOPS?

bedops --intersect a.bed b.bed > output.bed

from sprint.

jumphone avatar jumphone commented on July 21, 2024

bedmap --echo res.bed gene.bed> mapped.bed

from sprint.

jumphone avatar jumphone commented on July 21, 2024

yes

from sprint.

jumphone avatar jumphone commented on July 21, 2024

wheat_col6.sorted.bed

from sprint.

jumphone avatar jumphone commented on July 21, 2024

Please follow the instruction (https://bedops.readthedocs.io/en/latest/content/reference/statistics/bedmap.html) to adjust the "echo" parameter.

from sprint.

jumphone avatar jumphone commented on July 21, 2024
  1. You can write script to solve this problem.

  2. Or, you can use the "match" function in EXCEL: https://exceljet.net/excel-functions/excel-match-function

from sprint.

jumphone avatar jumphone commented on July 21, 2024

The most important part of SPRINT is the clustering of duplet editing sites.

You can try to apply SPRINT to identify editing on 16s rRNA.

But I’m not sure about that whether there is “duplet editing sites” on 16s rRNA.

You can change the clustering parameters based on the help manual of SPRINT.

https://github.com/jumphone/SPRINT/blob/master/SPRINT_manual.pdf

from sprint.

iqraishtiaq avatar iqraishtiaq commented on July 21, 2024

my question is " SPRINT can be worked on DNA sequence ?? " ???????

from sprint.

jumphone avatar jumphone commented on July 21, 2024

SPRINT is designed for "detecting" editing sites, not "predicting".

If there are duplet DNA editing sites on DNA sequence, SPRINT can detect them.

from sprint.

jumphone avatar jumphone commented on July 21, 2024

You can use this sequence as a reference and then apply SPRINT to your NGS data.

If you don't have NGS data, SPRINT cannot help you.

from sprint.

jumphone avatar jumphone commented on July 21, 2024

Please see #7

from sprint.

jumphone avatar jumphone commented on July 21, 2024

What kind of species did you analyzed?

You can download the repeat annotation file from: https://sourceforge.net/projects/sprintpy/files/dbRES/.

Feng

from sprint.

jumphone avatar jumphone commented on July 21, 2024

I'm not familiar with the repeat regions of plant.

Maybe you can use SPRINT without using repreat annotation file.

Feng

from sprint.

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.