You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Podría ser de esta manera?
degPlot(se, genes =rownames(se), xs = colnames(metadata), log2 = FALSE, slot = 1)
La parte en el código anterior en que selecciono el número de filas en "rownames(se)[1:12]" es por comodidad a la hora de probar el código (sino R se tira un rato largo calculando los gráficos).
degPlot(se, genes = isomir_name, xs = columname, log2 = FALSE, slot = 1)
The text was updated successfully, but these errors were encountered: