findSomaticSignature: Identify signature from sample data

View source: R/Mutation.R

findSomaticSignatureR Documentation

Identify signature from sample data

Description

Identify signature from sample data

Usage

findSomaticSignature(
  chr = NULL,
  Start_Position = NULL,
  End_Position = NULL,
  hg = 38,
  pca = FALSE,
  nmf = FALSE,
  ref_base = NULL,
  alt_base = NULL,
  Sample_Barcode = NULL,
  project_name = "Project",
  n_sigs = 5
)

Arguments

n_sigs

the number of signature will be identified


ProfessionalFarmer/loonR documentation built on Oct. 9, 2024, 9:56 p.m.