Skip to content
/ DBGDE Public
forked from Kevinlega/DBGDE

Using pre-made software trying to implement Mutual software algorithm to get differential expression.

Notifications You must be signed in to change notification settings

Omig12/DBGDE

This branch is 13 commits behind Kevinlega/DBGDE:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cb7c73b · Jan 30, 2018

History

26 Commits
Jan 30, 2018
Jan 6, 2018
Jan 14, 2018
Jan 29, 2018
Jan 4, 2018
Jan 14, 2018
Jan 6, 2018
Jan 6, 2018
Jan 6, 2018
Jan 6, 2018
Jan 30, 2018
Jan 14, 2018
Jan 14, 2018
Jan 14, 2018
Jan 30, 2018
Dec 15, 2017
Jan 14, 2018
Jan 30, 2018
Jan 14, 2018

Repository files navigation

DBGDE

Using pre-made software trying to implement Mutual software algorithm to get differential expression.

We will implement GFA1 working copy that will reconstruct the contig with links of it's kmers.

We have:

  • One implementation trying to get GFA2 working at: https://github.com/Omig12/Mutual-pepino
  • The one I just did is GFA1 with GFApy working and beign read by Bandage. Used segment for both fragment and the segment, the Segment appears first follow by the kmer subsegments.
 Format of GFA1 Segment is: S id_of_original_segment contig.
 Format of GFA1 subSegment is: S  id_of_original_segment:subsegmentid:(A:count,B:count) kmer

Where id_of_original_segment is the same as first segment, subsegmentid is this kmer id, a tuple with the count of all the times that kmer appears in the organism.

An example to run the dbg.py is:

python dbg.py -k <kmer_size> -A <Organism A file(s)> -B <Organism B file(s)>

About

Using pre-made software trying to implement Mutual software algorithm to get differential expression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.5%
  • Makefile 3.5%