data(SimData, package="SATS")
## For the single base substitution (SBS) case:
Panel_context1 <- GeneratePanelSize(genomic_information = SimData$PanelEx, Class = "SBS",
SBS_order = "COSMIC", ref.genome="hg19")
L_mat1 <- GenerateLMatrix(Panel_context1, SimData$PatientInfo)
Panel_context2 <- GeneratePanelSize(genomic_information = SimData$PanelEx, Class = "SBS",
SBS_order = "signeR", ref.genome="hg19")
L_mat2 <- GenerateLMatrix(Panel_context2, SimData$PatientInfo)
## For the double base substitution (DBS) case:
Panel_context_DBS <- GeneratePanelSize(genomic_information = SimData$PanelEx, Class = "DBS",
ref.genome = "hg19")
L_mat_DBS <- GenerateLMatrix(Panel_context_DBS, SimData$PatientInfo)
# For more detailed usage, please refer to README and the user manual
# in https://github.com/binzhulab/SATS/tree/main
Run the code above in your browser using DataLab