Skip to content

Commit

Permalink
Merge pull request #111 from ARTbio/IOC_R_improve
Browse files Browse the repository at this point in the history
clarify questions in exos.
  • Loading branch information
Ning-L committed Feb 29, 2024
2 parents c616a8e + 707f387 commit 162949f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/R-IOC/04_IOC_R_week_03.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ To avoid this inconvenience, you need to add the `.txt` extension to make your f
- [x] The logical vector is composed as many true values as false in the order of your
like but remember not written in hard copy!
- [x] Add names for each element of your list.
- [x] Retrieve the character vector within your list.
- [x] Retrieve the 4th value of the logical vector within your list.
- [x] Filter out positive elements of the numerical vector within your list.
- [x] Filter to retrieve only false value of the logical vector within your list.
- [x] Create a function that generate a random DNA sequence of a specified length
- [x] Create a list of 4 random DNA sequences with a random number between 10 and 200 bases
- [x] Retrieve the character vector from your list.
- [x] Retrieve the 4th value of the logical vector from your list.
- [x] Remove positive elements of the numerical vector from your list.
- [x] Filter to keep only false value of the logical vector from your list.
- [x] Create a function that generate a random DNA sequence of a specified length (example, for a length 7 you must obtain : `ATCGATC`)
- [x] Create a list of 4 random DNA sequences with a **random** number between 10 and 200 bases
(don't hard copy the length) called human, mouse, chicken, fly
- [x] Compute the number of bases of each sequences
- [x] Test of many sequences had more than 50 nucleotides
- [x] Filter the list to retrieve only non mammals sequences
- [x] Filter the list to keep only non mammals sequences

Please be aware of the best practices for your Rscript, we will be attentive to them!

Expand Down

0 comments on commit 162949f

Please sign in to comment.