Merge upstream changes#1
Open
akiledal wants to merge 59 commits into
Open
Conversation
artifact$data was not being produced for stats formats because stats .csv & .tsv files were being looked for in non-existent variable
Makes the function less likely to provide an error message and makes it run more smoothly on multiple operating systems. Windows does not like the previous default.
Use default R temp directory
Fix import of "StatsDirFmt" and "DADA2StatsDirFmt"
…on the 2nd line with q2:types. This function is read_q2metadata( ) and is also used within the qza_to_phyloseq( )
Add SILVA taxonomy parsing
…ith "" column type in q2 metadata.
Add taxonomy argument in example in README
…nsitive for q2:types.
I've been having an issue (I think since an upgrade to R versions > 4.0) where qza_to_phyloseq() returns this error when multiple components are imported: > Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘prune_samples’ for signature ‘"array", "phyloseq"’ It seems to be an [error with phyloseq](joey711/phyloseq#1356), possibly related to [changes in how matrices are handled in newer versions of R](https://blog.revolutionanalytics.com/2020/04/r-400-is-released.html). Simply converting the imported matrix to dataframe before passing it to phyloseq::otu_table() seems to fix the issue.
Fix import to phyloseq
Add check for valid barcodes in decode_golay
add: error message for case when metadata file doesn't exist
added qza_to_tse function
Added support for TreeSummarizedExperiment
Support for reading ANCOM-BC results (#68)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.