Entering edit mode
5.7 years ago
harry
▴
40
Can anyone tell me the command for importing my kallisto file in R. I am new in this type of work so please suggest me. I use IsoformswitchanalyzeR to import it so please suggest through this command line .
kallistoabundance <- importIsoformExpression(home/aclab/CircRNA/project/kallisto/1/1_AGTCAA_L001_R1_001.out/abundance.tsv ,(package="IsoformSwitchAnalyzeR")) this is correct or not plz tell me becoz it shows error .
shows error
is most uninformative. Show it.The following commands are i used but i didn't import my file in R please suggest me how i import it.
please tell me how to solve it thanks
remove
package = " IsoformSwitchAnalyzeR
as this is only necessary if using example data from the package. Please get familiar with using R tools and how to generally load data as this does seem to be package-related but is a general R problem.