data(lesion_data)
data(hg38_gene_annotation)
data(hg38_chrom_size)
# Example1: Run GRIN with user-supplied annotation and chromosome size:
grin.results <- grin.stats(lesion_data,
hg38_gene_annotation,
hg38_chrom_size)
# Example 2: User can specify genome version to automatically retrieve annotation
# and chromosome size data:
# grin.results <- grin.stats(lesion_data,
# genome.version = "Human_GRCh38")
Run the code above in your browser using DataLab