Skip to content

Supporting information for "Drug combination prioritization for cancer treatment using single-cell RNA-seq based transfer learning"

Notifications You must be signed in to change notification settings

dosorio/scTransferLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scTransferLearning

Interested in mapping your cells?

Please install symphony and download the following files: Code > umapBRCA and Results > refBRCA.RData, then you can use the following commands to map your cells to the reference:

library(symphony)
load('refBRCA.RData')
Q <- mapQuery(yourData, metadata_query = yourMetaData, ref_obj = clBRCA)
Q <- knnPredict(Q, clBRCA, clBRCA$meta_data$cellLine, k = 5)

The object Q will contain the learned cell line for each cell used as input.

About

Supporting information for "Drug combination prioritization for cancer treatment using single-cell RNA-seq based transfer learning"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages