setup_fusions.Rd
Annotate SVs and create the input for fusions to be displayed in cBioPortal instance.
setup_fusions(
short_name = "GAMBL",
human_friendly_name = "GAMBL data",
project_name = "gambl_genome",
description = "GAMBL data from genome",
gambl_maf = "maf_slms3_hg19",
gambl_icgc_maf = "maf_slms3_hg19_icgc",
out_dir
)
A concise name for your portal project.
A slightly more verbose name for your project.
Unique ID for your project.
A verbose description of your data set.
maf origin.
ICGC maf origin.
The full path to the base directory where the files are being created.
A vector of sample_id for the patients that have been included.
This function calls get_combined_sv and runs annotate_sv on the returned data frame.
Should be run as the next step after running setup_study. Note that the parameters called with this function
has to match the parameter arguments of setup_study, i.e if short_name
is for setup_study is "GAMBL",
then the short_name
in setup_fusions also has to be "GAMBL", etc.
if (FALSE) {
fusion_ids = setup_fusions(out_dir = "GAMBLR/cBioPortal/instance01/")
}