powered by
This function attempts to load the mutation information file.
fun_load_mutation( mutation_file, sample_name, ref_genome, chr_no, simple_repeat_list = "" )
df_mutation
Path of the mutation information file.
Sample name.
Reference genome for the data.
Reference genome chromosome number (human=24, mouse=22).
Optional, set simple repeat bed file path.
fun_load_mutation( system.file("extdata", "mutation_list.tsv", package = "MicroSEC"), "sample", BSgenome.Hsapiens.UCSC.hg38::BSgenome.Hsapiens.UCSC.hg38, 24 )
Run the code above in your browser using DataLab