| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,3 +27,5 @@ Book 4: [The Genomics Module](genomics/README.md), working with genomic data | |||
| 27 | 27 | The content of this tutorial is available under the [CC-BY](http://creativecommons.org/licenses/by/3.0/) license. | |
| 28 | 28 | ||
| 29 | 29 | [view license](license.md) | |
| 30 | + | ||
| 31 | + <!--automatically generated footer--> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -51,3 +51,15 @@ The content of this tutorial is available under the [CC-BY](http://creativecommo | |||
| 51 | 51 | [view license](../license.md) | |
| 52 | 52 | ||
| 53 | 53 | ||
| 54 | + | ||
| 55 | + <!--automatically generated footer--> | ||
| 56 | + | ||
| 57 | + --- | ||
| 58 | + | ||
| 59 | + Navigation: | ||
| 60 | + [Home](../README.md) | ||
| 61 | + | Book 2: The Alignment module | ||
| 62 | + | ||
| 63 | + Prev: [Book 1: The Core module](../core/README.md) | ||
| 64 | + | ||
| 65 | + Next: [Book 3: The Protein Structure modules](../structure/README.md) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -49,3 +49,12 @@ If you run | |||
| 49 | 49 | ||
| 50 | 50 | on your project, the BioJava dependencies will be automatically downloaded and installed for you. | |
| 51 | 51 | ||
| 52 | + | ||
| 53 | + <!--automatically generated footer--> | ||
| 54 | + | ||
| 55 | + --- | ||
| 56 | + | ||
| 57 | + Navigation: | ||
| 58 | + [Home](../README.md) | ||
| 59 | + | [Book 2: The Alignment module](README.md) | ||
| 60 | + | Chapter 1 : Installation | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,3 +45,13 @@ The content of this tutorial is available under the [CC-BY](http://creativecommo | |||
| 45 | 45 | [view license](../license.md) | |
| 46 | 46 | ||
| 47 | 47 | ||
| 48 | + | ||
| 49 | + <!--automatically generated footer--> | ||
| 50 | + | ||
| 51 | + --- | ||
| 52 | + | ||
| 53 | + Navigation: | ||
| 54 | + [Home](../README.md) | ||
| 55 | + | Book 1: The Core module | ||
| 56 | + | ||
| 57 | + Next: [Book 2: The Alignment module](../alignment/README.md) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -49,3 +49,12 @@ If you run | |||
| 49 | 49 | ||
| 50 | 50 | on your project, the BioJava dependencies will be automatically downloaded and installed for you. | |
| 51 | 51 | ||
| 52 | + | ||
| 53 | + <!--automatically generated footer--> | ||
| 54 | + | ||
| 55 | + --- | ||
| 56 | + | ||
| 57 | + Navigation: | ||
| 58 | + [Home](../README.md) | ||
| 59 | + | [Book 1: The Core module](README.md) | ||
| 60 | + | Chapter 1 : Installation | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -54,3 +54,13 @@ The content of this tutorial is available under the [CC-BY](http://creativecommo | |||
| 54 | 54 | [view license](../license.md) | |
| 55 | 55 | ||
| 56 | 56 | ||
| 57 | + | ||
| 58 | + <!--automatically generated footer--> | ||
| 59 | + | ||
| 60 | + --- | ||
| 61 | + | ||
| 62 | + Navigation: | ||
| 63 | + [Home](../README.md) | ||
| 64 | + | Book 4: The Genomics Module | ||
| 65 | + | ||
| 66 | + Prev: [Book 3: The Protein Structure modules](../structure/README.md) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,4 +38,16 @@ If a local copy of the file is available, it can be provide via this: | |||
| 38 | 38 | ||
| 39 | 39 | ||
| 40 | 40 | ||
| 41 | - ``` | ||
| 41 | + ``` | ||
| 42 | + <!--automatically generated footer--> | ||
| 43 | + | ||
| 44 | + --- | ||
| 45 | + | ||
| 46 | + Navigation: | ||
| 47 | + [Home](../README.md) | ||
| 48 | + | [Book 4: The Genomics Module](README.md) | ||
| 49 | + | Chapter 3 : chromosomal positions | ||
| 50 | + | ||
| 51 | + Prev: [Chapter 2 : gene names information](genenames.md) | ||
| 52 | + | ||
| 53 | + Next: [Chapter 4 : GTF and GFF files](gff.md) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -96,4 +96,16 @@ Use the GenbankWriterHelper to write DNA sequences into a Genbank file. | |||
| 96 | 96 | // or print it out on the console | |
| 97 | 97 | System.out.println(fragwriter.toString()); | |
| 98 | 98 | ||
| 99 | - ``` | ||
| 99 | + ``` | ||
| 100 | + <!--automatically generated footer--> | ||
| 101 | + | ||
| 102 | + --- | ||
| 103 | + | ||
| 104 | + Navigation: | ||
| 105 | + [Home](../README.md) | ||
| 106 | + | [Book 4: The Genomics Module](README.md) | ||
| 107 | + | Chapter 5 : Genebank | ||
| 108 | + | ||
| 109 | + Prev: [Chapter 4 : GTF and GFF files](gff.md) | ||
| 110 | + | ||
| 111 | + Next: [Chapter 5 : karyotype (cytoband)](karyotype.md) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,4 +46,16 @@ If you have a local copy of this file, then you can just provide an input stream | |||
| 46 | 46 | GeneNamesParser.getGeneNames(inStream); | |
| 47 | 47 | ||
| 48 | 48 | ||
| 49 | - ``` | ||
| 49 | + ``` | ||
| 50 | + <!--automatically generated footer--> | ||
| 51 | + | ||
| 52 | + --- | ||
| 53 | + | ||
| 54 | + Navigation: | ||
| 55 | + [Home](../README.md) | ||
| 56 | + | [Book 4: The Genomics Module](README.md) | ||
| 57 | + | Chapter 2 : gene names information | ||
| 58 | + | ||
| 59 | + Prev: [Chapter 1 : Installation](installation.md) | ||
| 60 | + | ||
| 61 | + Next: [Chapter 3 : chromosomal positions](chromosomeposition.md) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,3 +50,16 @@ specific gene prediction program or features supported by your favorite genome b | |||
| 50 | 50 | complete set of java classes to do these conversions where the list of supported gene prediction applications and | |
| 51 | 51 | genome browsers will get longer based on end user requests. | |
| 52 | 52 | ||
| 53 | + | ||
| 54 | + <!--automatically generated footer--> | ||
| 55 | + | ||
| 56 | + --- | ||
| 57 | + | ||
| 58 | + Navigation: | ||
| 59 | + [Home](../README.md) | ||
| 60 | + | [Book 4: The Genomics Module](README.md) | ||
| 61 | + | Chapter 4 : GTF and GFF files | ||
| 62 | + | ||
| 63 | + Prev: [Chapter 3 : chromosomal positions](chromosomeposition.md) | ||
| 64 | + | ||
| 65 | + Next: [Chapter 5 : Genebank](genebank.md) | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments