Skip to content

Commit

Permalink
set assay rownames
Browse files Browse the repository at this point in the history
  • Loading branch information
schifferl committed Oct 7, 2023
1 parent efab363 commit 086d953
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ biocViews:
Homo_sapiens_Data,
MicrobiomeData,
ReproducibleResearch
Version: 3.9.0
Version: 3.9.1
License: Artistic-2.0
Depends:
R (>= 4.1.0),
Expand Down
3 changes: 3 additions & 0 deletions R/curatedMetagenomicData.R
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ curatedMetagenomicData <- function(pattern, dryrun = TRUE, counts = FALSE, rowna

rownames(tree_summarized_experiment) <-
rowData(tree_summarized_experiment)[["species"]]

rownames(assay(tree_summarized_experiment)) <-
rowData(tree_summarized_experiment)[["species"]]
}

resource_list[[i]] <-
Expand Down

0 comments on commit 086d953

Please sign in to comment.