Skip to content

Commit

Permalink
Add viruses to nimble append
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Jan 31, 2025
1 parent ecef7c8 commit 06081bb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion R/NimbleAPI.R
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,15 @@ PerformDefaultNimbleAppend <- function(seuratObj, isotypeFilterThreshold = 0.1,
seuratObj <- CalculateIsotype(seuratObj, assayName = 'IG', isotypeFilterThreshold = isotypeFilterThreshold)

# Viruses:

seuratObj <- DownloadAndAppendNimble(seuratObj,
allowableGenomes = .FindLibraryByName('Viral_Genomes'),
targetAssayName = 'Virus',
assayForLibrarySize = assayForLibrarySize,
normalizeData = TRUE,
maxLibrarySizeRatio = NULL,
replaceExistingAssayData = TRUE,
featureRenameList = NULL
)

return(seuratObj)
}
Expand Down

0 comments on commit 06081bb

Please sign in to comment.