Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organize parameter names v2 #582

Merged
merged 31 commits into from
Jun 18, 2024
Merged

Organize parameter names v2 #582

merged 31 commits into from
Jun 18, 2024

Conversation

Daenarys8
Copy link
Collaborator

Ping #579 .

Signed-off-by: Daena Rys <rysdaena8@gmail.com>
@Daenarys8 Daenarys8 requested a review from TuomasBorman June 13, 2024 16:49
Signed-off-by: Daena Rys <rysdaena8@gmail.com>
@TuomasBorman
Copy link
Contributor

Before I start review, is this duplicated with #562? What is the difference?

@TuomasBorman
Copy link
Contributor

With quick look, everything seems ok, Can you still run BiocChec::BiocCheck() and ensure that lines that are modified in this PR follows Bioconductor guidelines? (If you did not do that already)

I will check this PR as soon as possible

@Daenarys8
Copy link
Collaborator Author

BiocChec::BiocCheck() has no errors and three warnings.
This PR re-did #562 because the latter's history was broken after rebase.

Signed-off-by: Daena Rys <rysdaena8@gmail.com>
Copy link

codecov bot commented Jun 14, 2024

Codecov Report

Attention: Patch coverage is 81.02345% with 89 lines in your changes missing coverage. Please review.

Please upload report for BASE (devel@315beb0). Learn more about missing BASE report.

Current head a22bd03 differs from pull request most recent head f01097f

Please upload reports for the commit f01097f to get more accurate results.

Files Patch % Lines
R/importMetaphlan.R 0.00% 13 Missing ⚠️
R/getCrossAssociation.R 89.58% 10 Missing ⚠️
R/importMothur.R 66.66% 8 Missing ⚠️
R/importQIIME2.R 71.42% 8 Missing ⚠️
R/calculateUnifrac.R 73.07% 7 Missing ⚠️
R/makeTreeSummarizedExperimentFromBiom.R 70.58% 5 Missing ⚠️
R/merge.R 44.44% 5 Missing ⚠️
R/taxonomy.R 76.19% 5 Missing ⚠️
R/getPrevalence.R 83.33% 4 Missing ⚠️
R/makeTreeSummarizedExperimentFromPhyloseq.R 71.42% 4 Missing ⚠️
... and 12 more
Additional details and impacted files
@@           Coverage Diff            @@
##             devel     #582   +/-   ##
========================================
  Coverage         ?   67.37%           
========================================
  Files            ?       41           
  Lines            ?     4928           
  Branches         ?        0           
========================================
  Hits             ?     3320           
  Misses           ?     1608           
  Partials         ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TuomasBorman
Copy link
Contributor

BiocChec::BiocCheck() has no errors and three warnings. This PR re-did #562 because the latter's history was broken after rebase.

Thanks!

R/importMetaphlan.R Outdated Show resolved Hide resolved
R/meltAssay.R Outdated Show resolved Hide resolved
R/meltAssay.R Outdated Show resolved Hide resolved
R/taxonomy.R Outdated Show resolved Hide resolved
man/Tengeler2020.Rd Outdated Show resolved Hide resolved
Copy link
Contributor

@TuomasBorman TuomasBorman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ready for your review @antagomir

@TuomasBorman
Copy link
Contributor

MARGIN issue will be fixed in different PR #578

Signed-off-by: Daena Rys <rysdaena8@gmail.com>
@TuomasBorman
Copy link
Contributor

Let's wait Leo's thoughts

@antagomir
Copy link
Member

I might be missing something, is there a specific question or is this about general code review?

@TuomasBorman
Copy link
Contributor

General code review. This is affecting the whole system so good to have second reviewer

R/agglomerate.R Show resolved Hide resolved
R/agglomerate.R Show resolved Hide resolved
R/agglomerate.R Show resolved Hide resolved
R/agglomerate.R Outdated Show resolved Hide resolved
R/agglomerate.R Outdated Show resolved Hide resolved
R/makeTreeSummarizedExperimentFromBiom.R Outdated Show resolved Hide resolved
R/splitOn.R Outdated Show resolved Hide resolved
R/splitOn.R Show resolved Hide resolved
R/taxonomy.R Outdated Show resolved Hide resolved
R/transformCounts.R Show resolved Hide resolved
@antagomir
Copy link
Member

done

Signed-off-by: Daena Rys <rysdaena8@gmail.com>
R/runNMDS.R Outdated Show resolved Hide resolved
R/estimateDiversity.R Show resolved Hide resolved
R/meltAssay.R Outdated Show resolved Hide resolved
R/meltAssay.R Outdated Show resolved Hide resolved
R/utils.R Show resolved Hide resolved
R/utils.R Outdated Show resolved Hide resolved
vignettes/mia.Rmd Outdated Show resolved Hide resolved
Signed-off-by: Daena Rys <rysdaena8@gmail.com>
R/utils.R Outdated Show resolved Hide resolved
Signed-off-by: Daena Rys <rysdaena8@gmail.com>
Signed-off-by: Daena Rys <rysdaena8@gmail.com>
Signed-off-by: Daena Rys <rysdaena8@gmail.com>
R/utils.R Outdated Show resolved Hide resolved
R/utils.R Outdated Show resolved Hide resolved
Signed-off-by: Daena Rys <rysdaena8@gmail.com>
Copy link
Contributor

@TuomasBorman TuomasBorman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I ran the old unit tests, and found out that some old parameter names were removed. With these changes everything should be good

Signed-off-by: Daena Rys <rysdaena8@gmail.com>
R/meltAssay.R Outdated Show resolved Hide resolved
Signed-off-by: Daena Rys <rysdaena8@gmail.com>
R/meltAssay.R Outdated Show resolved Hide resolved
R/meltAssay.R Outdated Show resolved Hide resolved
Daenarys8 and others added 2 commits June 18, 2024 14:59
Signed-off-by: Daena Rys <rysdaena8@gmail.com>
Copy link
Contributor

@TuomasBorman TuomasBorman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ready!

@TuomasBorman TuomasBorman merged commit 5e26bcd into devel Jun 18, 2024
3 checks passed
@TuomasBorman TuomasBorman deleted the redoparam branch June 18, 2024 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants