GenomicsAotearoa / GenomicsAotearoa/Introduction-to-R

logical subsetting

Open Beginner friendly
#36 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
3
Forks
2
PR merge metrics
No merged PRs in 30d

Description

add
in logical subsetting vector tricks add this:
!is.na(snp_genes)
snp_genes[!is.na(snp_genes)]

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Find the logical subsetting section in the workshop materials and inspect its surrounding examples. Add the requested missing-value filtering examples there, then confirm both examples appear in the intended lesson and fit its existing presentation.

Written by the indexing model from the issue text.

Assessment

Tech stack
r
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.