dynverse / dyno

Inferring, interpreting and visualising trajectories using a streamlined set of packages 🦕
https://dynverse.github.io/dyno
Other
167 stars 32 forks source link

Issue wrapping expression and counts matrix #133

Open rtippalagama opened 2 years ago

rtippalagama commented 2 years ago

Hi there When I run the following command, the dataset created will have genes listed as cell ids and cell IDs/ barcodes listed as features. How can I change that? Am I using this function the right way? dataset <- wrap_expression(expression = seurat_object@assays$SCT@data, counts = MTB20.CD4@assays$RNA@counts)

Thanks in advance.