-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
6,101 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ pod2htm*.tmp | |
pm_to_blib | ||
Bio-CUA-* | ||
Bio-CUA-*.tar.gz | ||
.swp$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
Revision history for Bio-CUA | ||
|
||
0.01 Date/time | ||
First version, released on an unsuspecting world. | ||
1.01 Thu Apr 30 16:51:09 EDT 2015 | ||
First version, including methods to calculate codon usage bias | ||
indice at both codon and sequence levels. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,34 @@ | ||
bin/build_cai_param.pl | ||
bin/build_tai_param.pl | ||
bin/calculate_CUB.pl | ||
Changes | ||
ignore.txt | ||
lib/Bio/CUA.pm | ||
lib/Bio/CUA/CodonTable.pm | ||
lib/Bio/CUA/CUB.pm | ||
lib/Bio/CUA/CUB/Builder.pm | ||
lib/Bio/CUA/CUB/Calculator.pm | ||
lib/Bio/CUA/Seq.pm | ||
lib/Bio/CUA/SeqIO.pm | ||
lib/Bio/CUA/Summarizer.pm | ||
Makefile.PL | ||
MANIFEST This list of files | ||
README | ||
t/00-load.t | ||
t/b_CAI_param.S2_top_200.b1000 | ||
t/build_cai_param.v1.0.pl | ||
t/build_tai_param.pl | ||
t/CAI_param.S2_top_200 | ||
t/CAI_param.S2_top_200.by_avg | ||
t/dmel_r5_apr2006.tAI_param | ||
t/longest_cds.fa.filtered | ||
t/longest_cds.stat_summary.S2.bCAI_t200_b1000 | ||
t/manifest.t | ||
t/pod-coverage.t | ||
t/pod.t | ||
t/S2_RPKM.tsv | ||
t/summarize_cds_stat.pl | ||
t/tmp1 | ||
t/tmp2 | ||
t/tmp_positive | ||
xt/boilerplate.t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Makefile | ||
Makefile.old | ||
Build | ||
Build.bat | ||
META.* | ||
MYMETA.* | ||
.build/ | ||
_build/ | ||
cover_db/ | ||
blib/ | ||
inc/ | ||
.lwpcookies | ||
.last_cover_stats | ||
nytprof.out | ||
pod2htm*.tmp | ||
pm_to_blib | ||
Bio-CUA-* | ||
Bio-CUA-*.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
I have the following in mind. | ||
|
||
1. add statistical methods to detect optimal codons. |
Oops, something went wrong.