Usage
gQTLs(filtgr, se, tf, genome = "hg19", forceRs = TRUE, chunksize = 50)
gQTLswarm(se, ind, covar = NULL, inpch = 19, xlab, ylab, featTag="probeid", ...)
Arguments
filtgr
a GRanges instance typically obtained by filtering a ciseStore instance
se
SummarizedExperiment with individual level expression
and sample-level data from which filtgr statistics were derived;
for gQTLswarm, output of gQTLs
tf
TabixFile for VCF on which filtgr statistics are based
forceRs
if TRUE insist that snp ids include 'rs'
chunksize
VCF processing proceeds via foreach in chunks of size chunksize
ind
index into rows of se to be used for visualization, must be length 1
covar
a character string indicating a variable in colData(se) to be used
to color the points
inpch
pch setting for dots in swarm
xlab
xlabel for beeswarm plot, defaults to snp id as recovered from rowRanges(se)$snp
ylab
ylabel for beeswarm plot, defaults to probe id as recovered from rowRanges(se)$probeid
featTag
element of mcols(rowRanges(se)) used to find ylab text, defaults to 'probeid',
'symbol' is often preferred