# NOT RUN {
# In order to conserve memory only significant interactions are included in example
# interaction.data file. However, in order to show raw counts, unfiltered calls should be
# included and only significant interactions (as set by fdr.filter) wil be displayed
gene.data <- system.file('extdata', 'gencode_2q35.gtf', package = 'chicane');
genomic.features <- system.file('extdata', '2q35.bed', package = 'chicane');
interaction.data <- system.file(
'extdata', 'T47D_2q35_filtered_chicane_calls.txt',
package = 'chicane'
);
file.name <- file.path(tempdir(), "chr2_interactions.pdf");
# }
# NOT RUN {
create.locus.plot(
genome = 'hg38',
chr = 'chr2',
start = 216600000,
end = 217200000,
gene.data = gene.data,
genomic.features = genomic.features,
feature.name = 'baits',
interaction.data = interaction.data,
file.name = file.name,
collapseTranscripts = TRUE,
shape = "arrow"
);
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab