Commit 0c9ad8df authored by fc-ibb105's avatar fc-ibb105
Browse files

modified scRNA.R in R

parent bccddf30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ c.solo_meta <- function(
		file.path(solo_dir,"barcodes.tsv.gz") |>
		fread(header = F) %>%
		.$V1 %>%
		paste(id,.,sep = ":")
		paste(id,.,sep = "_")
	}
}