Skip to content

Commit

Permalink
update NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
katosh committed May 31, 2024
1 parent af57b18 commit ce57730
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export(process_dimensional_reductions)
export(process_main_assay)
export(process_metadata_and_pairwise)
export(process_other_assays)
import(SingleCellExperiment)
import(anndata)
import(optparse)
importFrom(Matrix,t)
importFrom(S4Vectors,metadata)
Expand All @@ -25,3 +23,7 @@ importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(anndata,AnnData)
importFrom(anndata,write_h5ad)
importFrom(optparse,OptionParser)
importFrom(optparse,make_option)
importFrom(optparse,parse_args)
2 changes: 1 addition & 1 deletion man/cli_convert.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/convert_seurat_to_sce.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/convert_to_anndata.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce57730

Please sign in to comment.