Skip to content

Tissue-specific System to Cell & Outlier Removal #19

Answered by msraredon
basedank asked this question in Q&A
Discussion options

You must be logged in to vote

This is a great question! I will do my best to answer.

The gist is this: rather than computing SystemToCell on your whole object, break the object by sample or patient and then run SystemToCell on each individual sub dataset. That way you will only ever consider cell crosses / information crosses with cells from within one individual. You then can combine all of those NICHES objects into one big summary NICHES object and process it as normal. This workflow also allows you to easily identify outlier patients, explore their patient-specific contributions, and decide to either exclude or treat appropriately. Code for this workflow can look like this:

Split into samples

tissue.list <- SplitOb…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by msraredon
Comment options

You must be logged in to vote
1 reply
@msraredon
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants