This file is indexed.

/usr/lib/R/site-library/rtracklayer/scripts/cpneTrack.R is in r-bioc-rtracklayer 1.38.0-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
library(GGtools)

if (!exists("hmceuB36.2021")) data(hmceuB36.2021)
## condense to founders only
hmFou = hmceuB36.2021[, which(hmceuB36.2021$isFounder)]
## show basic formula fit
f1 = gwSnpTests(genesym("CPNE1")~male, hmFou, chrnum(20))

cpneTrack <- as(f1, "GRanges")
save(cpneTrack, file="../../data/cpneTrack.rda")