Giter Site home page Giter Site logo

Comments (3)

arq5x avatar arq5x commented on July 28, 2024

Strand should always be the 6th column. In this case, your strand is being populated in the name column.

from pybedtools.

daler avatar daler commented on July 28, 2024

One solution is to pad lines with empty fields (by convention, "." is used to fill a field) so that strand is in the 6th column (http://genome.ucsc.edu/FAQ/FAQformat.html#format1).

Another solution is to just access the 4th field, name, where you have strand stored. You can do this in 2 ways -- by attribute lookup or by indexing into the fields, e.g.,

print txpt.name
print txpt[3]

from pybedtools.

olgabot avatar olgabot commented on July 28, 2024

Thank you! I made the file from using mergeBed on the command line and
didn't know it would screw up the column order so much.
Olga

www.olgabotvinnik.com
blog.olgabotvinnik.com

2012/3/18 Ryan Dale <
[email protected]

One solution is to pad lines with empty fields (by convention, "." is used
to fill a field) so that strand is in the 6th column (
http://genome.ucsc.edu/FAQ/FAQformat.html#format1).

Another solution is to just access the 4th field, name, where you have
strand stored. You can do this in 2 ways -- by attribute lookup or by
indexing into the fields, e.g.,

print txpt.name
print txpt[3]

Reply to this email directly or view it on GitHub:
#56 (comment)

from pybedtools.

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.