Pull request #38
tomthescientist3001
started this conversation in
General
Replies: 2 comments 4 replies
-
|
Hi @tomthescientist3001, there are no deadlines for submitting the optional take-homes, so no worries, and no rush 😃 Best- David |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Hello David, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello David,
I am trying to put the homework on the pull request but i cannot do it. I did not see the homework before and I think i missed the deadline if there was one. Please, can it be open for one more day?
homework
Problem 1
— Based on the PeacoQC package documentation (version 1.20.0), the package contains 5 main functions:
1. PeacoQC()
2. PeacoQCHeatmap()
3. PlotPeacoQC()
4. RemoveDoublets()
5. RemoveMargins()
Problem 2
— There are currently 69 packages under FlowCytometry, the most author/maintainer is Givanna Putri with the package "SuperCellCyto".
Problem 3
— Installation Method 1: we need different commands for different sources:
- install.packages() for CRAN packages
- BiocManager::install() for Bioconductor packages
- remotes::install_github() for GitHub packages
— Installation Method 1(with pak): one command pak::pkg_install() works for all packages, no matter where they come from. It automatically figures out if a package is from CRAN, Bioconductor, or GitHub. However, dependencies were tricky because I needed to find the correct GitHub addresses, which could slow down the process.
I did not understand why there were "pull requests". I am so sorry i missed it!
Tomas De La Fuente Marques
Beta Was this translation helpful? Give feedback.
All reactions