-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Indent code properly so it's easier to read/understand e.g.
runPermutationUsingMethylKitInfo(
samplesForTransgenerationalAnalysis,
type="sites", nbrPermutations=3, vSeed=221)
instead of
runPermutationUsingMethylKitInfo(methylKitInfo =
samplesForTransgenerationalAnalysis, type = "sites",
nbrPermutations = 3, vSeed = 221)