Description Usage Arguments Examples
Generate input data for tornado plot
1 2 | MakeData(CNV, gene_name_1, gene_name_2, score.type, max.length,
score.method, cohort_thredshold, gene_score_1, gene_score_2)
|
CNV |
data frame with six columns,Chromosome,Start,End,Score,Gene,Cohort,PID |
gene_name_1 |
character, the name of first gene |
gene_name_2 |
character, the name of second gene |
CNV |
data frame with six columns,Chromosome,Start,End,Score,Gene,Cohort,PID |
start_1 |
numeric, start point of the first gene |
start_2 |
numeric, start point of the second gene |
end_1 |
numeric, end point of the first gene |
end_2 |
numeric, end point of the second gene |
chrom |
character, chromosome id of both genes |
type |
character, "dup" for all amplifications, "del" for all deletions. default none. |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.