Hi, I have a very large dataset so when plotting with circosPlot the variable names are not visible. Is there a way to only plot the variables that are above a particular threshold? Thank you.
hi @cchinfatt.
First, you should consider applying variable selection with the keepX
argument (see our examples in our vignette)
Second, there is a cutoff argument, see ?circosPlot
, that you may want to use
Kim-Anh