-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Para eliminar sequencias muy pocos expresados poner estas lineas arriba de este codigo
keep <- rowSums(counts>0) > (ncol(counts) * 0.2)
attributes <- attributes[keep,]
counts <- counts[keep,]
Line 60 in fe1aeab
se<-SummarizedExperiment(assays = list(raw = counts), colData = metadata, rowData = attributes) |
Metadata
Metadata
Assignees
Labels
No labels