auto_subset_sigs: Automatic filtering of inactive signatures

Description Usage Arguments Value

View source: R/discovery_prediction.R

Description

Automatic filtering of inactive signatures

Usage

1
2
3
4
5
6
7
8
9
auto_subset_sigs(
  musica,
  table_name,
  signature_res,
  algorithm,
  min_exists = 0.05,
  proportion_samples = 0.25,
  rare_exposure = 0.4
)

Arguments

musica

A musica object.

table_name

Name of table used for posterior prediction (e.g. SBS96)

signature_res

Signatures to automatically subset from for prediction

algorithm

Algorithm to use for prediction. Choose from "lda_posterior", decompTumor2Sig, and deconstructSigs

min_exists

Threshold to consider a signature active in a sample

proportion_samples

Threshold of samples to consider a signature active in the cohort

rare_exposure

A sample will be considered active in the cohort if at least one sample has more than this threshold proportion

Value

A result object containing automatically subset signatures and corresponding sample weights


musicatk documentation built on Nov. 8, 2020, 5:16 p.m.