Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
moi-taiga committed Mar 12, 2024
2 parents a639d13 + bb4068b commit a4afc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ppr_precision.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for (i in range){
reference.sg <- filter_switchgenes(sample.gs, allgenes = TRUE, r2cutoff = i)

# Reduce the binary counts matricies of the query data to only include the selection of evenly distributed genes from the reference.
sample_reduced <- filter_gene_expression_for_switching_genes(sample.gs@assays@data@listData$binary , reference.sg)
sample_reduced <- ppr_filter_gene_expression_for_switching_genes(sample.gs@assays@data@listData$binary , reference.sg)

#
sample.ppr <- ppr_predict_position(sample_reduced, reference.sg)
Expand Down

0 comments on commit a4afc71

Please sign in to comment.