Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python_one_week_4_biologists_solutions
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub-courses
python_one_week_4_biologists_solutions
Commits
331d5485
Unverified
Commit
331d5485
authored
4 years ago
by
Bertrand NÉRON
Browse files
Options
Downloads
Patches
Plain Diff
fix typos
parent
c5581f23
No related branches found
No related tags found
No related merge requests found
Pipeline
#58157
passed
4 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/Collection_Data_Types.rst
+4
-4
4 additions, 4 deletions
source/Collection_Data_Types.rst
with
4 additions
and
4 deletions
source/Collection_Data_Types.rst
+
4
−
4
View file @
331d5485
...
...
@@ -360,11 +360,11 @@ In the first algorithm.
| In the second algorithm we read the sequence only once
=======
In the first al
o
grithm.
In the first alg
o
rithm.
| we first compute all kmers we generate 4\ :sup:`kmer length`
| then we count the occurence of each kmer in the sequence
| so for each kmer we read all the sequence so the algorith is in O( 4\ :sup:`kmer length` * ``sequence length``)
| then we count the occur
r
ence of each kmer in the sequence
| so for each kmer we read all the sequence so the algorith
m
is in O( 4\ :sup:`kmer length` * ``sequence length``)
| In the secon algorithm we read the sequence only once
>>>>>>> e986fb63db27fe063adb907bfb916dbb79c5db9b
...
...
@@ -448,7 +448,7 @@ pseudocode:
"""""""""""
| *function reverse_comp(sequence)*
| *complement <- establish a correpondance and each base and its complement*
| *complement <- establish a corre
s
pondance and each base and its complement*
| *rev_seq <- revert the sequence*
| *rev_comp <- empty*
| *for each nt of rev_seq*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment