# Loading all required data.frames
data(rawASRcounts)
data(normASRcounts)
data(target)
# Filtering genes from the ASR count data.frame in parental bias study
res_filterT <- filterT(rawASRcounts = rawASRcounts,
normASRcounts = normASRcounts,
target = target, bias="parental")
filteredASRcounts <- res_filterT$filteredASRcounts
removedASRcounts <- res_filterT$removedASRcountsRun the code above in your browser using DataLab