Perform OncoScore analysis on a given chromosomic region
compute.oncoscore.from.region(
chromosome,
start = NA,
end = NA,
gene.num.limit = 100,
filter.threshold = NA,
analysis.mode = "Log2",
cutoff.threshold = 21.09,
file = NULL
)
chromosome to be retireved
initial position to be used
final position to be used
A limit to the genes to be considered in the analysis; this is done to limit the number of queries to PubMed
threshold to filter for a minimum number of citations for the genes
logaritmic scores to be computed, i.e., log10, log2, natural log or log5
threshold to be used to asses the oncogenes
should I save the results to text files?
the computed scores
chromosome = 15
start = 200000
end = 300000