Skip to content

How to get antisense sequence from any strings ? #69

@galaxy001

Description

@galaxy001

How to make a new Read object from string, so that I can call Read.antisense ?

fa = pyfastx.Fastx("x.fq")
for name,seq,_ in fa:
   seqF = seq[:100]

I want to get antisense of seqF.
However, fa[-1][:100] not working as "TypeError: 'Read' object is not subscriptable".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions