Description Usage Arguments Value
View source: R/cohortFusions.R
Load a mapplice cohort fusion file.
1 | getMapSpliceCohortFusionData(file, all.columns = FALSE)
|
file |
The path to the data file to load. |
all.columns |
Set TRUE to load all columns from data file. By default (all.columns=FALSE) only loads and returns some columns (see below). |
By default only returns the following columns:
id | was the row number | original row number |
gene1 | was D_gene | donor side gene |
gene2 | was A_gene | acceptor side gene |
gene1pos | was D_end | Last genomic donor side position |
gene2pos | was A_end | First genomic acceptor side position |
sample | was tcga_id | The sample name |
If all.columns= TRUE, all of the other columns from the fusion data file will be kept, with the original names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.