Skip to content

Combining IsoSeq long reads with stranded (rf) short reads. #44

@JohnUrban

Description

@JohnUrban

Hi,

I noticed you have recently added long-read functionality, e.g.:

I would like to try handing PsiCLASS two BAMs:

  • stranded (rf) short reads
  • PacBio IsoSeq long reads

Treating them separately, the commands might look like:

  • short reads: psiclass -p 16 --stranded rf -b short.bam
  • long reads: psiclass -p 16 -b isoseq.bam

However, I wanted to test out the ability of PsiCLASS to then create the "merged"/"voted" transcriptome models. Yet the following command would probably mistreat the long reads:
psiclass -p 16 --lb bam.fofn --stranded rf

Perhaps it would be better to just treat both as unstranded (although this might mistreat the short reads)...?
psiclass -p 16 --lb bam.fofn

I am looking for your thoughts and feedback, and to open a discussion about such hybrid transcriptomes using PsiCLASS in general.

Best,

John

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