GenomicsAotearoa / GenomicsAotearoa/Introduction-to-R
logical subsetting
Open
Beginner friendly
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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