carmonalab / UCell

Gene set scoring for single-cell data
GNU General Public License v3.0
135 stars 16 forks source link

Fix dependency issue #9

Closed RuiyuRayWang closed 3 years ago

RuiyuRayWang commented 3 years ago

Importing UCell from other packages caused dependency issues related to Seurat and data.table packages. Fixed this by adding roxygen headers in AddModuleScore_UCell, u_stat_signature_list, data_to_ranks_data_table, and rankings2Uscore functions and regenerating NAMESPACE by roxygen2::roxygenise().