File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Examples of use are provided below. For more information please refer to
4949JronnExample testcases.
5050
5151Finally instead of an API calls you can use a [ command line
52- utility] ( / wikis/BioJava:CookBook3:ProteinDisorderCLI " wikilink ") , which is
52+ utility] ( http://biojava.org/ wikis/BioJava:CookBook3:ProteinDisorderCLI/ " wikilink ") , which is
5353likely to give you a better performance as it uses multiple threads to
5454perform calculations.
5555
@@ -69,7 +69,8 @@ Example 2: Calculate the probability of disorder for every residue in the sequen
6969
7070``` java
7171final List<FastaSequence > sequences = SequenceUtil . readFasta(new FileInputStream (" src/test/resources/fasta.in" ));
72- Map<FastaSequence , float[]> rawProbabilityScores = Jronn . getDisorderScores(sequences); ```
72+ Map<FastaSequence , float[]> rawProbabilityScores = Jronn . getDisorderScores(sequences);
73+ ```
7374
7475Example 3: Get the disordered regions of the protein for a single protein sequence
7576----------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments